mirror of
https://github.com/tuxdotrs/trok.git
synced 2026-09-19 23:19:03 +05:30
chore(server): update web server port
This commit is contained in:
@@ -30,7 +30,7 @@ type Trok struct {
|
||||
|
||||
func (t *Trok) Init(addr string) error {
|
||||
t.publicConns = make(map[string]Conn)
|
||||
t.webServer = NewTrokWeb(":443")
|
||||
t.webServer = NewTrokWeb(":1338")
|
||||
err := t.controlServer.Init(addr, "Controller")
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user