mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +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