This commit is contained in:
邹宗楠
2022-08-01 15:25:01 +08:00
parent 6e8b14ab3b
commit 9f61711154

View File

@@ -4,7 +4,6 @@ import (
"flag"
"fmt"
"git.rosy.net.cn/jx-callback/controllers"
"git.rosy.net.cn/jx-callback/globals"
_ "net/http/pprof"
"os"
"time"
@@ -85,7 +84,6 @@ func checkCmdFlags() bool {
}
func main() {
globals.SugarLogger.Debug("api-------------------------------main")
Init()
//先打开swagger
//if beego.BConfig.RunMode != "prod" {