mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
Separate milestones from IssuesController / IssuesService.
This commit is contained in:
@@ -12,6 +12,7 @@ class ScalatraBootstrap extends LifeCycle {
|
||||
context.mount(new RepositoryViewerController, "/*")
|
||||
context.mount(new WikiController, "/*")
|
||||
context.mount(new IssuesController, "/*")
|
||||
context.mount(new MilestonesController, "/*")
|
||||
context.mount(new SettingsController, "/*")
|
||||
|
||||
context.addListener(new ServletContextListener(){
|
||||
|
||||
Reference in New Issue
Block a user