Send back only new files on upload.

This commit is contained in:
Patrick Fic
2022-05-04 17:37:32 -07:00
parent b7be304520
commit 05a8c90f03
9 changed files with 6442 additions and 78 deletions

View File

@@ -11,11 +11,10 @@
"build": "tsc -p ."
},
"dependencies": {
"@types/multer": "^1.4.7",
"axios": "^0.24.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"cors": "2.8.5",
"cors": "^2.8.5",
"dotenv": "10.0.0",
"express": "^4.17.3",
"file-type": "^16.5.3",
@@ -28,6 +27,8 @@
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@types/multer": "^1.4.7",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/gm": "^1.18.11",