FastAPI to include servers when generating OpenAPI spec
28-10-2024
OpenAPI schema:
- requires the inclusion of
serversto specify the base URL for the API, which is not handled by default in the FastAPI OpenAPI spec generation, this can be opted in for
Errors