diff options
Diffstat (limited to 'src/package.json')
| -rw-r--r-- | src/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index f593147..ea2e36a 100644 --- a/src/package.json +++ b/src/package.json @@ -4,6 +4,7 @@ "dev": "nodemon app.js" }, "dependencies": { + "cors": "^2.8.5", "express": "^4.17.1", "mongodb": "^3.6.6", "puppeteer": "^8.0.0" @@ -12,4 +13,4 @@ "dotenv": "^8.2.0", "morgan": "^1.10.0" } -}
\ No newline at end of file +} |
