fix(404): fixed 404 page

This commit is contained in:
Torkel Ödegaard
2016-11-16 17:08:49 +01:00
parent c980efd470
commit e3564d12a1
2 changed files with 9 additions and 7 deletions

View File

@@ -307,4 +307,5 @@ func Register(r *macaron.Macaron) {
InitAppPluginRoutes(r)
r.NotFound(NotFoundHandler)
}