fix: testing channel reject if not 200

This commit is contained in:
ckt1031
2023-07-10 23:09:15 +08:00
parent bde43cc358
commit 4b2cb573b6
2 changed files with 5 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ var buildFS embed.FS
var indexPage []byte
func main() {
godotenv.Load()
godotenv.Load(".env")
common.SetupGinLog()
common.SysLog("One API " + common.Version + " started")