diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-05 21:18:29 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-05 21:18:29 -0400 |
commit | 6fc210752911c62c45f7b7127bac757c6bc4df71 (patch) | |
tree | 4aecba522da7ef0425e8486fdd689107eca942f7 /routers/dev | |
parent | fa0a389dc47c3e2b6203157f5c377a6478da25ec (diff) | |
download | gitea-6fc210752911c62c45f7b7127bac757c6bc4df71.tar.gz gitea-6fc210752911c62c45f7b7127bac757c6bc4df71.zip |
Add missing less files
Diffstat (limited to 'routers/dev')
-rw-r--r-- | routers/dev/debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/dev/debug.go b/routers/dev/debug.go index 6ef40a6226..7d737d885e 100644 --- a/routers/dev/debug.go +++ b/routers/dev/debug.go @@ -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)
}
|