Added cors to the server & urls

This commit is contained in:
Dunemask 2021-07-24 23:05:27 -06:00
parent 9b964af050
commit 028a14fbe0
4 changed files with 14 additions and 7 deletions

View file

@ -22,8 +22,10 @@
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-session": "^1.17.2",
"install": "^0.13.0",
"lodash": "^4.17.21",
"multer": "^1.4.2",
"path": "^0.12.7",