(refs #26) Add Dashboard controller. Uses a common design at issue.

This commit is contained in:
shimamoto
2013-07-24 14:10:17 +09:00
parent e4cf509d0f
commit cb94447290
6 changed files with 281 additions and 155 deletions

View File

@@ -8,6 +8,7 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new SearchController, "/")
context.mount(new FileUploadController, "/upload")
context.mount(new SignInController, "/*")
context.mount(new DashboardController, "/*")
context.mount(new UserManagementController, "/*")
context.mount(new SystemSettingsController, "/*")
context.mount(new CreateRepositoryController, "/*")