Flow 8.4 list trading working
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user