add createOrUpdate for recipes

This commit is contained in:
Anika Raemer 2025-10-10 18:04:59 +02:00
parent 7252b072bd
commit 58ef7fbc00
4 changed files with 54 additions and 0 deletions

View file

@ -16,6 +16,8 @@ const compactRecipeHandler = new CompactRecipeHandler(recipeRepository, compactR
/**
* Load header data of all recipes
* Responds with a list of CompactRecipeDtos
* @todo request wrapper DTO
* @todo response wrapper DTO
*/
router.get(
"/",