Add Issues.

This commit is contained in:
shimamoto
2013-06-05 16:26:26 +09:00
parent e7ab61685b
commit 3208792393
6 changed files with 102 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new SignInController, "/*")
context.mount(new UsersController, "/*")
context.mount(new WikiController, "/*")
context.mount(new IssuesController, "/*")
context.mount(new CreateRepositoryController, "/*")
context.mount(new RepositoryViewerController, "/*")
context.mount(new SettingsController, "/*")