From c15b07f61dd3eb48fd6a75cae9a72b5a11797cba Mon Sep 17 00:00:00 2001 From: SunWuyuan <1847261658@qq.com> Date: Sat, 16 Nov 2024 14:03:12 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 8b21628..4f55181 100644 --- a/app.js +++ b/app.js @@ -248,7 +248,7 @@ var router_python = require("./server/router_python.js"); app.use("/python", router_python); app.get("/check", function (req, res, next) { - res.status(200).sendjson({ + res.status(200).json({ message: "success", code: 200, });