diff options
Diffstat (limited to 'routers/routes')
-rw-r--r-- | routers/routes/routes.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/routes/routes.go b/routers/routes/routes.go index ece2565683..9a42ef68d3 100644 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -608,7 +608,6 @@ func RegisterRoutes(m *macaron.Macaron) { m.Group("/wiki", func() { m.Get("/raw/*", repo.WikiRaw) - m.Get("/*", repo.WikiRaw) }, repo.MustEnableWiki) m.Group("/activity", func() { |