mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 23:24:14 +09:00
Add missing less files
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user