feat(): removed unused routes and minor fixes

This commit is contained in:
Torkel Ödegaard
2016-02-08 16:57:29 +01:00
parent 3a1dff6636
commit 99a053bbdd
4 changed files with 3 additions and 6 deletions
-3
View File
@@ -36,9 +36,6 @@ func newMacaron() *macaron.Macaron {
}
mapStatic(m, setting.StaticRootPath, "", "public")
mapStatic(m, setting.StaticRootPath, "css", "css")
mapStatic(m, setting.StaticRootPath, "img", "img")
mapStatic(m, setting.StaticRootPath, "fonts", "fonts")
mapStatic(m, setting.StaticRootPath, "robots.txt", "robots.txt")
m.Use(macaron.Renderer(macaron.RenderOptions{