initial commit
This commit is contained in:
20
api/.bruno/Upload File.bru
Normal file
20
api/.bruno/Upload File.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Upload File
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/posts/file
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
image:
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user