mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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