Move game server to port 8080 and host docs on 80
This commit is contained in:
parent
b121b4463e
commit
47921e6c41
5 changed files with 27 additions and 6 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultAddress = "localhost:80"
|
||||
defaultAddress = "localhost:8080"
|
||||
)
|
||||
|
||||
var serv = func() rove.Server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue