fix(404): fixed 404 page

This commit is contained in:
Torkel Ödegaard
2016-11-16 17:09:00 +01:00
parent c980efd470
commit e3564d12a1
2 changed files with 9 additions and 7 deletions
+1
View File
@@ -307,4 +307,5 @@ func Register(r *macaron.Macaron) {
InitAppPluginRoutes(r)
r.NotFound(NotFoundHandler)
}