Fix debug listener

This commit is contained in:
世界 2024-11-20 10:52:26 +08:00
parent e58b549d0f
commit af58e3bec0
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -46,7 +46,7 @@ func applyDebugListenOption(options option.DebugOptions) {
encoder := json.NewEncoder(writer)
encoder.SetIndent("", " ")
encoder.Encode(memObject)
encoder.Encode(&memObject)
})
r.Route("/pprof", func(r chi.Router) {
r.HandleFunc("/", func(writer http.ResponseWriter, request *http.Request) {