pub(crate) fn app<TYPES: NodeType>(
state: Arc<RwLock<OrchestratorState<TYPES>>>,
) -> RouterExpand description
Builds the full router: the app-level healthcheck, plus the api module served both
unversioned and under /v0. Every response carries permissive CORS headers.