matheusgomes28 / urchin

Headless CMS written in Golang
MIT License
70 stars 21 forks source link

Improve errors when getting images that don't exist in the DB #78

Closed matheusgomes28 closed 4 months ago

matheusgomes28 commented 5 months ago

When getting an image that doesn't exist from the data/images/{id} endpoint in the main app, we get the error

...rows are closed...

We should probably improve this error.

matheusgomes28 commented 4 months ago

No longer necessary with #79