diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index e2d1195..811788c 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -57,6 +57,7 @@ func main() { return }*/ + logger.Info("before LoadJsonConf") err = jsonconf.LoadJsonConf() if err != nil { logger.Error("err load jsonconfl err=%v", err) @@ -65,7 +66,7 @@ func main() { //測試 logic.Test() - //go logic.StartHttpServe() + go logic.StartHttpServe() //go logic.StartHttpTicker() //time.Sleep(time.Duration(2) * time.Second) //go logic.Testsendhttp() -- libgit2 0.21.0