Merge UserManagementController to SystemSettingsController to reduce filter mapping

This commit is contained in:
Naoki Takezoe
2016-03-05 11:31:59 +09:00
parent eab7011e0f
commit 1211bfc7be
6 changed files with 199 additions and 209 deletions

View File

@@ -29,7 +29,6 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new IndexController, "/")
context.mount(new FileUploadController, "/upload")
context.mount(new DashboardController, "/*")
context.mount(new UserManagementController, "/*")
context.mount(new SystemSettingsController, "/*")
context.mount(new AccountController, "/*")
context.mount(new RepositoryViewerController, "/*")