pub fn add_openapi_endpoints<T>( app: Router<T>, json_url: &Option<String>, yaml_url: &Option<String>, ) -> Router<T>where T: Clone + Send + Sync + 'static,
Adds the OpenAPI endpoints the app router
OpenAPI