update: remove unuse debug message
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 3m49s

This commit is contained in:
2025-09-11 13:10:09 +07:00
parent 41f9835365
commit f5a995e20f

View File

@ -71,7 +71,6 @@ func init() {
allowedCors[allowedOrigin] = true
}
}
fmt.Println(allowedCors)
}
func NewHTTPServer() error {