getting to upload
This commit is contained in:
22
bruno/b2b-daniel/create-folder.yml
Normal file
22
bruno/b2b-daniel/create-folder.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: create-folder
|
||||
type: http
|
||||
seq: 22
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: http://localhost:3000/api/v1/restricted/storage/create-folder?path&name=../k
|
||||
params:
|
||||
- name: path
|
||||
value: ""
|
||||
type: query
|
||||
- name: name
|
||||
value: ../k
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user