mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 17:47:11 +00:00
Fix port
This commit is contained in:
parent
4342eaac84
commit
6310c80761
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -99,7 +99,7 @@ func main() {
|
|||
|
||||
log.Println("oclient ", oclient)
|
||||
if !IsOverlord {
|
||||
fmt.Println("http://localhost:8000")
|
||||
fmt.Println("http://localhost:" + *port)
|
||||
http.ListenAndServe(":"+*port, nil)
|
||||
} else {
|
||||
fmt.Println("http://localhost:9000")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue