delete request, add axios
| ... | ... | @@ -27,6 +27,7 @@ |
| }, | ||
| "dependencies": { | ||
| "async": "^3.2.0", | ||
| "axios": "^0.19.2", | ||
| "body-parser": "^1.19.0", | ||
| "cookie-parser": "1.4.3", | ||
| "errorhandler": "1.4.3", | ||
| ... | ... | @@ -38,8 +39,7 @@ |
| "morgan": "^1.10.0", | ||
| "mysql": "^2.18.1", | ||
| "nodemon": "^2.0.4", | ||
| "pug": "^2.0.4", | ||
| "request": "^2.88.2" | ||
| "pug": "^2.0.4" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 4.0.0" | ||
| ... | ... |
Please register or sign in to comment