template-fastapi-react
template-fastapi-react copied to clipboard
fix: fails to read version file
Expected Behaviour
I'd expect fetching version.txt would either return successfully with data containing hash, date and refs, or 204 No Content if there's nothing to show (I doubt that it doesn't exist, though).
Actual Behaviour
404 Not Found
Steps to Reproduce
Click on the info-icon in the Header of the application
@ingeridhellen wanna look into this? Looks like this worked in #157?