🎨 custom http port
This commit is contained in:
@@ -45,7 +45,7 @@ func initDB() {
|
||||
}
|
||||
|
||||
func main() {
|
||||
go controller.ServeWeb(80)
|
||||
go controller.ServeWeb(dao.Conf.HTTPPort)
|
||||
go rpc.ServeRPC(5555)
|
||||
select {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user