pub fn build_app(router: Router, cors: bool) -> RouterExpand description
Build an Axum application backed by the given router.
When cors is true, every response carries permissive CORS headers and
OPTIONS preflight requests are answered with 204 No Content without
being forwarded to the router.