diff --git a/main.go b/main.go index 5710ebc..48d310a 100644 --- a/main.go +++ b/main.go @@ -55,12 +55,5 @@ func main() { core.GetInstanceRouterManage().Registered(new(common.WeChatOauthCtl)) core.GetInstanceRouterManage().Registered(new(common.ImTestCtl)) - //r := osmanthuswine.GetChiRouter() - //r.HandleFunc("/debug/pprof/", pprof.Index) - //r.HandleFunc("/debug/pprof/cmdline", pprof.Cmdline) - //r.HandleFunc("/debug/pprof/profile", pprof.Profile) - //r.HandleFunc("/debug/pprof/symbol", pprof.Symbol) - //r.HandleFunc("/debug/pprof/trace", pprof.Trace) - osmanthuswine.Run() }