register_routes

Function register_routes 

Source
pub fn register_routes(router: Router<Arc<AppState>>) -> Router<Arc<AppState>>
Expand description

Register /agentmux/browser/* routes on the given axum Router. Called from ipc::start_ipc_server alongside the existing /ipc + /health routes.