mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-05-04 18:30:37 -05:00
[release] v0.15.0-unstable15
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.15.0-unstable14",
|
||||
"version": "0.15.0-unstable15",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user