summaryrefslogtreecommitdiff
path: root/src/package.json
diff options
context:
space:
mode:
authorrealS1ant <45408404+realS1ant@users.noreply.github.com>2021-04-11 02:52:00 -0500
committerGitHub <noreply@github.com>2021-04-11 02:52:00 -0500
commit14198b83d6fdab123873744f7056eb9ecfd783e5 (patch)
treee0cf5ccc3ae18e4f4e7cf78fa0ecfa7496f2a835 /src/package.json
parentdb9c2b888dae53a16f371fe9425e7621fb2ed004 (diff)
parent1a75774bd8b43d76a1cc9fb07817f39df849001b (diff)
downloadStreamFinder-14198b83d6fdab123873744f7056eb9ecfd783e5.tar.xz
StreamFinder-14198b83d6fdab123873744f7056eb9ecfd783e5.zip
Merge pull request #6 from FivePixels/backend-api
Cors headers
Diffstat (limited to 'src/package.json')
-rw-r--r--src/package.json3
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
+}