This commit is contained in:
giongto35 2019-04-21 21:32:45 +08:00
parent 4342eaac84
commit 6310c80761

View file

@ -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")