fix(server.tests.test4): 移除已弃用库

This commit is contained in:
2025-11-17 22:08:03 +08:00
parent 26259ef6b2
commit df8e704df5
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,6 @@
"dependencies": {
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-jsonp": "^0.1.0"
"express": "^5.1.0"
}
}