Skip to main content

serve

Function serve 

Source
pub async fn serve(
    store: impl WorkflowStore + 'static,
    port: u16,
    auth_mode: AuthMode,
) -> Result<()>
Expand description

Start the HTTP server on the given port.