alexschimpf / fastapi-versionizer

FastAPI Versionizer
MIT License
81 stars 13 forks source link

fix "AttributeError: 'Mount' object has no attribute 'endpoint" #13

Closed antont closed 1 year ago

antont commented 1 year ago

Oops sorry, didn't mean to open a PR with this yet.

Anyway, encountered that error has have a sub app WSGI mount thing. I guess a proper fix will be to check for Mount vs. Route somehow, that seemed to be done elsewhere.

Am testing versionizer in our project with this quick hack first now.

alexschimpf commented 1 year ago

@antont Any update on this one?

alexschimpf commented 1 year ago

Closing this PR as it hasn't been touched in awhile