load recipe by id

This commit is contained in:
Anika Raemer 2025-09-28 20:14:19 +02:00
parent 3638909761
commit 21742e3b24
5 changed files with 54 additions and 5 deletions

View file

@ -0,0 +1,15 @@
meta {
name: getRecipeById
type: http
seq: 6
}
get {
url: https://localhost:4000/recipe/
body: none
auth: inherit
}
settings {
encodeUrl: true
}