This commit is contained in:
mr
2026-02-12 11:34:03 +01:00
parent 5556a96da7
commit 1b3b33163f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ const appname = "oc-peer"
func main() {
oclib.InitAPI(appname)
infrastructure.ListenNATS()
go infrastructure.ListenNATS()
beego.Run()
}