DeanWay / fastapi-versioning

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

Fix in proper root_path propagation #51

Closed kosz85 closed 3 years ago

kosz85 commented 3 years ago

Fix for issue #50 allowing openapi docs to be aware of root_path, which results in properly generated openapi.json url

exislow commented 3 years ago

Please accept this PR. We need this fix.

jykae commented 3 years ago

Also running behind proxy, this fix would be great.