fix Deployment

This commit is contained in:
2025-07-28 02:44:07 +08:00
parent b35651c5fe
commit c617c1ae1e

View File

@@ -1,3 +1,5 @@
//go:build !production
package main
import (
@@ -7,7 +9,6 @@ import (
"os"
"time"
_ "tyapi-server/docs" // docs is generated by Swag CLI, you have to import it.
"tyapi-server/internal/app"
)