Gros refactoring
This commit is contained in:
parent
4a6bfc951f
commit
dd22432b48
12 changed files with 18 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
|||
curl -X POST --location "http://127.0.0.1:8000/images/" \
|
||||
curl -X POST --location "http://127.0.0.1:8080/images/" \
|
||||
-H "Accept: application/json" \
|
||||
-H "Content-Type: multipart/form-data; boundary=boundary" \
|
||||
-F "file=@logo-case-cocher.png"
|
||||
|
||||
curl -X GET --location "http://127.0.0.1:8000/images/"
|
||||
curl -X GET --location "http://127.0.0.1:8080/images/"
|
||||
|
||||
curl -X DELETE --location "http://127.0.0.1:8000/images/logo-case-cocher.png"
|
||||
curl -X DELETE --location "http://127.0.0.1:8080/images/logo-case-cocher.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue