maintenance 링크를 잘못 만들던 문제 수정

This commit is contained in:
2023-06-29 21:21:49 +09:00
parent afc3a10f51
commit 4af93b3d7e
4 changed files with 24 additions and 21 deletions

View File

@ -6,7 +6,7 @@ import (
"net/http"
"time"
common "repositories.action2quare.com/ayo/gocommon"
"repositories.action2quare.com/ayo/gocommon"
"repositories.action2quare.com/ayo/gocommon/flagx"
"repositories.action2quare.com/ayo/gocommon/logger"
"repositories.action2quare.com/ayo/maingate/core"
@ -36,7 +36,7 @@ func main() {
panic(err)
}
server := common.NewHTTPServer(serveMux)
server := gocommon.NewHTTPServer(serveMux)
logger.Println("maingate is started")
if err := server.Start(); err != nil {
logger.Error("maingate is stopped with error :", err)