add 'body-parser' to package.json, fix #39 (#42)

This commit is contained in:
xiaohu
2024-04-14 21:02:33 +08:00
committed by GitHub
parent 4105fd196b
commit dc596e20ca

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"express": "^4.19.2"
}
}