Browse Source

rm handle

master
黄梓健 5 years ago
parent
commit
1f4b08f58a
  1. 7
      main.go

7
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()
}
Loading…
Cancel
Save