DeanWay / fastapi-versioning

api versioning for fastapi web applications
MIT License
642 stars 63 forks source link

ENDPOINTS not showing in docs page after enabling versioning #76

Open hraval6 opened 1 year ago

hraval6 commented 1 year ago

Describe the bug Once i enable endpoint versioning, url with version works fine in postman testing but on docs endpoints are not showing.

To Reproduce Steps to reproduce the behavior: define FastAPI app define endpoints with @version() define VersionedFastAPI

Expected behavior see endpoints in docs(Swagger UI) with two versions