Forgot init on subscribe

This commit is contained in:
mr
2026-01-28 08:33:05 +01:00
parent be74093308
commit a9e737fb4f

View File

@@ -54,6 +54,7 @@ func main() {
AllowCredentials: true,
}))
InitDTH()
infrastructure.Singleton.InitSubscribeEvents(context.Background())
beego.Run()
}
@@ -105,3 +106,5 @@ func InitDTH() error {
}
return nil
}
// TODO VERIFY IF LOOP OF GET VALUE is ENOUGH TO REFRESH