add CompactRecipePoint for loading recipe header data

This commit is contained in:
Anika Raemer 2025-09-28 18:41:56 +02:00
parent 380eb4cd21
commit 3638909761
8 changed files with 97 additions and 35 deletions

View file

@ -1,11 +1,11 @@
meta {
name: getAllRecipes
name: getCompactRecipes
type: http
seq: 5
}
get {
url: http://localhost:4000/recipe
url: http://localhost:4000/compact-recipe
body: none
auth: bearer
}