No description
Find a file
2026-05-15 17:41:21 +07:00
docker-compose.yml [image-service] updated image upload backup, rollback, commit files 2026-05-15 17:41:21 +07:00
Dockerfile [image-service] first commit 2026-05-08 10:41:29 +07:00
main.py [image-service] updated image upload backup, rollback, commit files 2026-05-15 17:41:21 +07:00
nginx.conf [image-service] updated ALLOWED_FOLDERS 2026-05-12 19:10:04 +07:00
README.md [image-service] update api route, commit image 2026-05-15 14:41:37 +07:00
requirements.txt [image-service] update api route, commit image 2026-05-15 14:41:37 +07:00

Image service

Image management enapoint:

Upload Images

POST /image/{folder}/upload

curl -X POST http://localhost/image/page_drink_n/upload/uid/displayname/email \
  -F "files=@img1.png" \
  -F "files=@img2.png"

POST /inter/{country}/image/{folder}/upload

curl -X POST http://localhost/inter/tha/image/page_drink_disable_n2/upload/uid/displayname/email \
  -F "files=@bn_hot_america_no.png"