Issue #68: Add CORS to back-end
Signed-off-by:
RichardHeise <rfhf19@inf.ufpr.br>
{ | ||
"name": "form-creator-api", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "RESTful API used to manage and answer forms.", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -19,9 +19,11 @@ |
"dependencies": { | ||
"@types/async": "^2.0.50", | ||
"@types/bcrypt": "^3.0.0", | ||
"@types/cors": "^2.8.6", | ||
"@types/express": "^4.16.0", | ||
"@types/pg": "^7.4.13", | ||
"async": "^2.6.1", | ||
"cors": "^2.8.5", | ||
"express": "^4.16.4", | ||
"pg": "^7.8.1", | ||
"ts-node": "^7.0.1", | ||
... | ... |
Please register or sign in to comment