Flow 8.4 list trading working
This commit is contained in:
@ -22,7 +22,6 @@ func SetRoutes(api *API) {
|
||||
qfixdpl.Use(cont.AuthRequired)
|
||||
qfixdpl.GET("/health", cont.HealthCheck)
|
||||
qfixdpl.GET("/orders", cont.GetOrders)
|
||||
qfixdpl.POST("/quotes", cont.SendQuote)
|
||||
|
||||
backoffice := qfixdpl.Group("/backoffice")
|
||||
backoffice.Use(cont.BackOfficeUser)
|
||||
|
||||
Reference in New Issue
Block a user