pub fn star_router() -> Router<Arc<AppState>>Expand description
Build the STAR sub-router.
Mounts STAR order management endpoints under /.well-known/est/star/.
The router is nested into the main application router by
crate::routes::build_router.