Added cors package and bumped up the version of multer.

This commit is contained in:
K
2025-07-22 16:42:26 +05:30
parent 45419247f7
commit b9824307dd
+2 -1
View File
@@ -14,7 +14,8 @@
"license": "ISC", "license": "ISC",
"description": "", "description": "",
"dependencies": { "dependencies": {
"cors": "^2.8.5",
"express": "^4.21.2", "express": "^4.21.2",
"multer": "^1.4.5-lts.1" "multer": "^2.0.2"
} }
} }