Add CORS to weather endpoint

This commit is contained in:
Samer Albahra
2019-03-01 00:25:46 -06:00
parent b0a4da885b
commit aa5b6fb9ba
4 changed files with 32 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
"start": "node server"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"geo-tz": "^4.0.1",