load recipe by id
This commit is contained in:
parent
3638909761
commit
21742e3b24
5 changed files with 54 additions and 5 deletions
15
bruno/recipe-backend/getRecipeById.bru
Normal file
15
bruno/recipe-backend/getRecipeById.bru
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue