Merge branch 'feat-IRONFANS-133-Robin' into test
This commit is contained in:
commit
76acec4cf9
|
@ -108,7 +108,7 @@ func main() {
|
|||
// 初始化http server
|
||||
go exec.Run()
|
||||
ip := GetIp()
|
||||
port := cfg.App.Port
|
||||
port := cfg.OfflineServer.App.Port
|
||||
router := httpengine.NewRouter()
|
||||
validator.InitDefaultNotNullValidator()
|
||||
controller.InitOffline(router)
|
||||
|
|
Loading…
Reference in New Issue