updated dependecies, added context, axios config

This commit is contained in:
Ben Elferink
2021-03-13 17:46:51 +02:00
parent a895cc0647
commit bc37d68394
19 changed files with 39144 additions and 509 deletions

View File

@@ -10,10 +10,10 @@
},
"license": "ISC",
"dependencies": {
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"mongoose": "5.11.15",
"morgan": "1.10.0"
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.12.0",
"morgan": "^1.10.0"
}
}