Change pay's port to 8081

This commit is contained in:
2025-02-20 12:54:08 +01:00
parent 47caa3a8a2
commit e46d1df00e
3 changed files with 5 additions and 47 deletions

View File

@@ -210,7 +210,7 @@ func main() {
// Start server with CORS middleware
port := os.Getenv("PORT")
if port == "" {
port = "8080"
port = "8081"
}
fmt.Println("Go-сервер запущен на порту", port)