feat: real file upload to /opt/hotelsync/uploads + serve via /uploads/ on API

This commit is contained in:
2026-03-23 12:23:13 +03:00
parent 5540d0cdfa
commit 3ef7f8265a
5 changed files with 94 additions and 15 deletions

View File

@@ -13,7 +13,9 @@
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/jwt": "^8.0.1",
"@fastify/multipart": "^9.4.0",
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^9.0.0",
"@fastify/websocket": "^8.3.1",
"bcryptjs": "^2.4.3",
"fastify": "^4.28.1",