Spaces:
Runtime error
Runtime error
Update package.json
Browse files- package.json +2 -0
package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"dependencies": {
|
| 3 |
"express": "^4.18.2",
|
|
|
|
|
|
|
| 4 |
"file-type": "^16.5.4"
|
| 5 |
}
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dependencies": {
|
| 3 |
"express": "^4.18.2",
|
| 4 |
+
"cors": "^2.8.5",
|
| 5 |
+
"multer": "^1.4.5-lts.1",
|
| 6 |
"file-type": "^16.5.4"
|
| 7 |
}
|
| 8 |
}
|