refactor: port.

This commit is contained in:
2025-08-05 10:50:39 +08:00
parent 563fdd8a7e
commit a14c553736

View File

@ -28,5 +28,5 @@ func main() {
// 启动服务
r := routes.SetupRouter()
r.Run(":8000")
r.Run(":8080")
}