initial commit
This commit is contained in:
23
api/.bruno/Create Post.bru
Normal file
23
api/.bruno/Create Post.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Create Post
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/posts
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"description": "",
|
||||
"file_id": ""
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user