alexschimpf / fastapi-versionizer

FastAPI Versionizer
MIT License
81 stars 13 forks source link

Obey custom openapi_url #34

Closed CallumAtCarter closed 1 year ago

CallumAtCarter commented 1 year ago

The generated versioned docs should obey the FastAPI.openapi_url value, rather than hard coding /openapi.json. This is already true for /docs and /redoc.

alexschimpf commented 1 year ago

Ahh, i didn't realize it had a field for that. I'll release a fix today for that.

alexschimpf commented 1 year ago

New version 2.1.1 is out with the fix for this