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, });