aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-24 09:54:22 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-24 09:54:22 -0500
commit0cce61de3aa2b4055610a2329fadc95569370635 (patch)
tree8bd372847e6153787af71068dff9db640e1a90f6 /cmd
parent5b96e3fcc7132bf853bf82a06203d53978811015 (diff)
parent79dae254cf8bbbd942ae4925fc385396eaa95751 (diff)
downloadgitea-0cce61de3aa2b4055610a2329fadc95569370635.tar.gz
gitea-0cce61de3aa2b4055610a2329fadc95569370635.zip
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 3d9d4a7c84..f2a506bc19 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -406,6 +406,7 @@ func runWeb(*cli.Context) {
m.Get("/issues2/", repo.Issues2)
m.Get("/pulls2/", repo.PullRequest2)
m.Get("/labels2/", repo.Labels2)
+ m.Get("/milestone2/",repo.Milestones2)
m.Group("", func() {
m.Get("/src/*", repo.Home)