Skip to content

Commit f4c98a4

Browse files
6543lunny
authored andcommitted
rm
1 parent 71a255e commit f4c98a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

routers/web/web.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,4 @@ func RegisterRoutes(m *web.Route) {
10011001
if setting.API.EnableSwagger {
10021002
m.Get("/swagger.v1.json", SwaggerV1Json)
10031003
}
1004-
1005-
// Not found handler.
1006-
m.NotFound(web.Wrap(NotFound))
10071004
}

0 commit comments

Comments
 (0)