Flow 8.4 list trading working

This commit is contained in:
2026-03-16 12:44:52 -03:00
parent 5f1d7038ac
commit e17675d973
8 changed files with 264 additions and 158 deletions

View File

@ -54,7 +54,7 @@ func Runner(cfg app.Config) error {
EnableJWTAuth: cfg.EnableJWTAuth,
}
api := rest.New(userData, appStore, orderStore, fixManager, apiConfig, notify)
api := rest.New(userData, appStore, orderStore, apiConfig, notify)
api.Run()
cmd.WaitForInterruptSignal(nil)