Switched to Axios

This commit is contained in:
2021-03-23 19:00:59 +03:00
parent 725c965c4e
commit 3368b9f0d9
3 changed files with 47 additions and 689 deletions

View File

@@ -17,14 +17,13 @@
},
"homepage": "https://github.com/anatolykopyl/registration#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.5",
"request": "^2.88.2",
"uuid4": "^2.0.2"
"mongodb": "^3.6.5"
},
"devDependencies": {
"nodemon": "^2.0.7"