Function start

Source
pub async fn start<T: MarketRepository>(
    api_port: u16,
    api_secret: String,
    market: T,
)
Expand description

Starts the HTTP server with the configured application.