Skip to content

Commit

Permalink
Code to test if multiplayer container is alive
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Apr 8, 2024
1 parent 5adda08 commit 82251a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiplayer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const getQuestion = () => {

//TODO REMOVE
app.get("/test", (req, res) => {
const q = getQuestion();
res.json({ test: q });
console.log("/test")
res.json({ test: "OK" });
});


Expand Down

0 comments on commit 82251a0

Please sign in to comment.