mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Update default port of server
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ func main() {
|
|||||||
PORT := os.Getenv("PORT")
|
PORT := os.Getenv("PORT")
|
||||||
|
|
||||||
if len(PORT) == 0 {
|
if len(PORT) == 0 {
|
||||||
PORT = "8080"
|
PORT = "5000"
|
||||||
}
|
}
|
||||||
|
|
||||||
ALLOWED_ORIGIN := os.Getenv("ALLOWED_ORIGIN")
|
ALLOWED_ORIGIN := os.Getenv("ALLOWED_ORIGIN")
|
||||||
|
|||||||
Reference in New Issue
Block a user