'nother bug fix
This commit is contained in:
parent
c61ce27d10
commit
49dd82f302
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -42,7 +42,7 @@ func main() {
|
||||||
|
|
||||||
port := os.Getenv("HOST_PORT")
|
port := os.Getenv("HOST_PORT")
|
||||||
if len(port) == 0 {
|
if len(port) == 0 {
|
||||||
port := "9000"
|
port = "9000"
|
||||||
}
|
}
|
||||||
|
|
||||||
err := http.ListenAndServe(":" + port, mux)
|
err := http.ListenAndServe(":" + port, mux)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue