From 6fc210752911c62c45f7b7127bac757c6bc4df71 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 5 Aug 2014 21:18:29 -0400 Subject: Add missing less files --- routers/dev/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/dev/debug.go') diff --git a/routers/dev/debug.go b/routers/dev/debug.go index 6ef40a62..7d737d88 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) } -- cgit v1.2.3