**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