pub async fn start<T: MarketRepository>(
api_port: u16,
api_secret: String,
market: T,
)Expand description
Starts the HTTP server with the configured application.
pub async fn start<T: MarketRepository>(
api_port: u16,
api_secret: String,
market: T,
)Starts the HTTP server with the configured application.