This commit is contained in:
lwl0608 2024-12-19 15:31:27 +08:00
parent d786f894fe
commit 4cbb28901e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func main() {
// 初始化http server
ip := GetIp()
port := 9888
port := 9900
router := httpengine.NewRouter()
controller.Init(router)
srv := &http.Server{