feat(server): cors config to allow client running on a different port
... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
"body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
"config": "^3.3.1", | "config": "^3.3.1", | ||
"cookie-parser": "^1.4.5", | "cookie-parser": "^1.4.5", | ||
"cors": "^2.8.5", | |||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"helmet": "^3.22.0", | "helmet": "^3.22.0", | ||
"http-status-codes": "^1.4.0", | "http-status-codes": "^1.4.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment