diff --git a/main.go b/main.go index 450ef60..46b847f 100755 --- a/main.go +++ b/main.go @@ -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