config dotenv
| ... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
| "cors": "^2.8.5", | "cors": "^2.8.5", | ||
| "dotenv": "^8.2.0", | |||
| "express": "^4.17.1", | "express": "^4.17.1", | ||
| "helmet": "^4.2.0", | "helmet": "^4.2.0", | ||
| "mongoose": "^5.10.12" | "mongoose": "^5.10.12" | ||
| ... | ... |
Please register or sign in to comment