diff options
| author | realS1ant <trb.9900@gmail.com> | 2021-04-11 02:51:15 -0500 |
|---|---|---|
| committer | realS1ant <trb.9900@gmail.com> | 2021-04-11 02:51:15 -0500 |
| commit | 1a75774bd8b43d76a1cc9fb07817f39df849001b (patch) | |
| tree | e0cf5ccc3ae18e4f4e7cf78fa0ecfa7496f2a835 /src/package.json | |
| parent | 84133947193e67ab2c5de5a550af4c1b007bf2b3 (diff) | |
| download | StreamFinder-1a75774bd8b43d76a1cc9fb07817f39df849001b.tar.xz StreamFinder-1a75774bd8b43d76a1cc9fb07817f39df849001b.zip | |
cors
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 +} |
