add createOrUpdate for recipes
This commit is contained in:
parent
7252b072bd
commit
58ef7fbc00
4 changed files with 54 additions and 0 deletions
|
|
@ -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(
|
||||
"/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue