Skip to main content

start_server

Function start_server 

Source
pub async fn start_server(
    cfg: Config,
    session_store: SessionStore<RustBasicSessionStore>,
    static_files: ServeDir,
    db: DatabaseConnection,
    app_router: Router<AppState>,
)