Gros refactoring

This commit is contained in:
François Pelletier 2024-12-31 17:00:07 -05:00
parent 6008aa68f6
commit 4a6bfc951f
368 changed files with 22503 additions and 3 deletions

8
backend/upload_image.sh Normal file
View file

@ -0,0 +1,8 @@
curl -X POST --location "http://127.0.0.1:8000/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 DELETE --location "http://127.0.0.1:8000/images/logo-case-cocher.png"