X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empathy.js;h=5c2bd18d2b86ff6dd11f29778f4aca7925a28f03;hb=04466f7f35cfe583ee872dd272ded15be2bf1e0b;hp=4b7b5a9d3b9ee1f25c921240790e7608a2d282bc;hpb=c79d4a69a16751758d627a57bea93db9ac712888;p=lmno-server diff --git a/empathy.js b/empathy.js index 4b7b5a9..5c2bd18 100644 --- a/empathy.js +++ b/empathy.js @@ -550,6 +550,8 @@ router.post('/end-judging/:prompt_id([0-9]+)', (request, response) => { router.post('/reset', (request, response) => { const game = request.game; game.reset(); + + response.send(''); }); Empathy.meta = {