[release] v0.15.0-unstable15

This commit is contained in:
Yann Stepienik
2024-03-23 23:19:49 +00:00
parent 51986359b6
commit b2ff5b6fe1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.15.0-unstable14",
"version": "0.15.0-unstable15",
"description": "",
"main": "test-server.js",
"bugs": {
+1
View File
@@ -448,6 +448,7 @@ func InitServer() *mux.Router {
router.HandleFunc("/debug/pprof/", pprof.Index)
router.HandleFunc("/debug/pprof/allocs", pprof.Cmdline)
router.HandleFunc("/debug/pprof/cmdline", pprof.Cmdline)
router.HandleFunc("/debug/pprof/profile", pprof.Profile)
router.HandleFunc("/debug/pprof/symbol", pprof.Symbol)