Add missing less files

This commit is contained in:
Unknwon 2014-08-05 21:18:29 -04:00
parent fa0a389dc4
commit 6fc2107529
13 changed files with 1917 additions and 39 deletions

View file

@ -14,5 +14,5 @@ func RegisterDebugRoutes(r *macaron.Macaron) {
r.Any("/debug/pprof/cmdline", pprof.Cmdline)
r.Any("/debug/pprof/profile", pprof.Profile)
r.Any("/debug/pprof/symbol", pprof.Symbol)
r.Any("/debug/pprof/**", pprof.Index)
r.Any("/debug/pprof/*", pprof.Index)
}