houston 자체 업데이트 기능 추가 - replacer

This commit is contained in:
2023-06-09 16:16:26 +09:00
parent ae783aabaf
commit 5326e26a8c
5 changed files with 227 additions and 17 deletions

View File

@ -30,7 +30,7 @@ func main() {
hc.Start()
} else if *runAsServer {
svr := server.NewServer()
svr.Start(*port)
svr.Start()
}
}