Start to implement issue labels.

This commit is contained in:
takezoe
2013-06-24 13:53:10 +09:00
parent b591cc1454
commit dff658aa68
3 changed files with 27 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new RepositoryViewerController, "/*")
context.mount(new WikiController, "/*")
context.mount(new IssuesController, "/*")
context.mount(new LabelsController, "/*")
context.mount(new MilestonesController, "/*")
context.mount(new SettingsController, "/*")