hotfix #75

Merged
李寻欢 merged 2 commits from hotfix into main 2024-07-11 15:47:54 +08:00
Showing only changes of commit 28f08085ee - Show all commits

View File

@ -79,7 +79,7 @@ func main() {
})
// 初始化路由
router.Init(app)
if err := app.Run(":18080"); err != nil {
if err := app.Run(":8080"); err != nil {
log.Panicf("服务启动失败:%v", err)
}
}