From dc596e20ca8c52baa116211e9a88918cf9edf871 Mon Sep 17 00:00:00 2001 From: xiaohu Date: Sun, 14 Apr 2024 21:02:33 +0800 Subject: [PATCH] add 'body-parser' to package.json, fix #39 (#42) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 240ae06..4fe8032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "dependencies": { "axios": "^1.6.8", + "body-parser": "^1.20.2", "express": "^4.19.2" } }