oc-catalog update

This commit is contained in:
mr
2026-02-12 11:33:23 +01:00
parent 9da08a1a97
commit 7dbc9cb842
12 changed files with 348 additions and 40 deletions

View File

@@ -13,6 +13,6 @@ const appname = "oc-catalog"
func main() {
// Init the oc-lib
oclib.InitAPI(appname)
infrastructure.ListenNATS()
go infrastructure.ListenNATS()
beego.Run()
}