Games 🥳
This commit is contained in:
parent
d048df3581
commit
530ba11383
|
|
@ -5,7 +5,7 @@ const GameJob = require("../../lib/classes/GameJob.js")
|
||||||
|
|
||||||
app.get("/:token", async (request, response) => {
|
app.get("/:token", async (request, response) => {
|
||||||
const game = global.games.get(request.params.token)
|
const game = global.games.get(request.params.token)
|
||||||
return response.end(!!game)
|
return response.json(!!game)
|
||||||
})
|
})
|
||||||
|
|
||||||
module.exports = app
|
module.exports = app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue