DeanWay / fastapi-versioning

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

"Latest" endoint just catching `GET` requests #47

Closed rafaellehmkuhl closed 3 years ago

rafaellehmkuhl commented 3 years ago

Describe the bug The recently added /latest endpoint is redirecting only GET requests. POST and other types of requests are not accepted.

Expected behavior All types of requests being redirected.

DeanWay commented 3 years ago

fixed in 0.9.1