- dada added.
This commit is contained in:
4
main.go
4
main.go
@@ -6,9 +6,13 @@ import (
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
_ "git.rosy.net.cn/jx-callback/routers"
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
)
|
||||
|
||||
func main() {
|
||||
logs.SetLogFuncCallDepth(3)
|
||||
beego.BConfig.Log.AccessLogs = true
|
||||
|
||||
baseapi.Init(globals.SugarLogger)
|
||||
controller.InitOrder()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user