router

Function router 

Source
pub fn router(
    shell: String,
    pwd: Option<PathBuf>,
    scrollback_limit: usize,
    sessions: Arc<SessionStore>,
) -> Router
Expand description

Build the Axum router with all routes and shared state.