pub fn api_router() -> Router<AppState>Expand description
Assemble the kernel API router (absolute paths, mounted at root by the composing server). The auth admin surface stays here for now; domain apps (Campus Entry, …) merge their own routers in the server binary.