changed port to 5080
This commit is contained in:
parent
9f471905b5
commit
4036a6fc49
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -70,7 +70,7 @@ func main() {
|
|||
// Start server
|
||||
port := os.Getenv("PORT")
|
||||
if port == "" {
|
||||
port = "8080"
|
||||
port = "5080"
|
||||
}
|
||||
r.Run(":" + port)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue