mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
changed status
This commit is contained in:
parent
91bd2368cd
commit
93bd15af28
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (process.env.API_PATH_OVERRIDE) {
|
|||
}
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
res.status(204).json({ message: "OK" });
|
||||
res.status(200).json({ message: "OK" });
|
||||
});
|
||||
|
||||
const userRouter = require("./api/routes/user");
|
||||
|
|
Loading…
Reference in a new issue