Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 6259685

Browse files
committed
Add missing goroutine
1 parent 8104a3a commit 6259685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/ui/console_routes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ func (qmc *QuesmaManagementConsole) initPprof(router *mux.Router) {
317317
router.HandleFunc("/debug/pprof/allocs", pprof.Handler("allocs").ServeHTTP)
318318
router.HandleFunc("/debug/pprof/symbol", pprof.Symbol)
319319
router.HandleFunc("/debug/pprof/trace", pprof.Trace)
320+
router.HandleFunc("/debug/pprof/goroutine", pprof.Handler("goroutine").ServeHTTP)
320321
}
321322

322323
// Here we generate keys for the session store.

0 commit comments

Comments
 (0)