alexschimpf / fastapi-versionizer

FastAPI Versionizer
MIT License
79 stars 13 forks source link

feat: Document static file mount gotcha #56

Closed ofipify closed 6 months ago

ofipify commented 6 months ago

Pull Request Checklist

Description

Document the gotcha and workaround for static file mounts being dependent on order of operations (see #55)

I've also added an example and a test for that example in case this behaviour ever changes.

alexschimpf commented 6 months ago

@ofipify Can you merge in the latest main branch? That should fix the issue with the tests. Also please see the linter failures as well.

ofipify commented 6 months ago

Done. Didn't realise I could run make lint locally.