initial commit
This commit is contained in:
20
api/.bruno/Get Post.bru
Normal file
20
api/.bruno/Get Post.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Get Post
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:3000/posts/:id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user