Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit dc596e2

Browse files
authored
add 'body-parser' to package.json, fix #39 (#42)
1 parent 4105fd1 commit dc596e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"axios": "^1.6.8",
4+
"body-parser": "^1.20.2",
45
"express": "^4.19.2"
56
}
67
}

0 commit comments

Comments
 (0)