Skip to main content

serve

Function serve 

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

Start the HTTP server on the given port.