Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Nov 16, 2024
1 parent 3f7b9dd commit c15b07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit c15b07f

Please sign in to comment.