mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
Fix the repository url.
This commit is contained in:
@@ -7,7 +7,7 @@ class IndexController extends IndexControllerBase with RepositoryService with Ac
|
||||
trait IndexControllerBase extends ControllerBase { self: RepositoryService =>
|
||||
|
||||
get("/"){
|
||||
html.index(getAccessibleRepositories(context.loginAccount, servletContext))
|
||||
html.index(getAccessibleRepositories(context.loginAccount, baseUrl))
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user