Change pay's port to 8081
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user