Merge CreateController to AccountController

This commit is contained in:
takezoe
2014-03-06 11:24:28 +09:00
parent 8cdf4ef618
commit 50d84835cb
3 changed files with 268 additions and 289 deletions

View File

@@ -20,7 +20,6 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new DashboardController, "/*")
context.mount(new UserManagementController, "/*")
context.mount(new SystemSettingsController, "/*")
context.mount(new CreateController, "/*")
context.mount(new AccountController, "/*")
context.mount(new RepositoryViewerController, "/*")
context.mount(new WikiController, "/*")