adding cors support

This commit is contained in:
Arjun Patel
2018-12-30 23:06:59 -08:00
parent 2aee929ee0
commit 4d2ba6228d
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
"homepage": "https://github.com/talksik/physiciansearch_server#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"mysql": "^2.16.0"
}