Meal-Tiger/Meal-Tiger-Backend

Implement functionality for indicating a recipe / image once existed but was deleted.

Closed this issue · 1 comments

Uggah commented

Use HTTP Status Code 410 for that. This way, a user can see whether a resource once exited or not.

Uggah commented

Not an option for us because storing artifacts of already deleted recipes is not a good solution.