alittlebroken / recipefinder-backend

0 stars 0 forks source link

Change upload list return status code #109

Closed alittlebroken closed 11 months ago

alittlebroken commented 11 months ago

Currently the API returns 404 if no uploaded files match the API request from the client.

It should really be 204 as this better indicates that the route to the API was good it's just there was no data returned.