Add cors
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
"dependencies": { | "dependencies": { | ||
"body-parser": "^1.13.1", | "body-parser": "^1.13.1", | ||
"cookie-parser": "^1.3.5", | "cookie-parser": "^1.3.5", | ||
"cors": "^2.7.1", | |||
"debug": "~2.0.x", | "debug": "~2.0.x", | ||
"express": "^4.13.0", | "express": "^4.13.0", | ||
"faker": "^2.1.5", | "faker": "^2.1.5", | ||
... | ... |
Please register or sign in to comment