X-Git-Url: https://git.cworth.org/git?p=empires-server;a=blobdiff_plain;f=empathy.js;h=d91225d7e49e7da9a8e8f7a850d420e007931bff;hp=29d31bf7d46fbd0595e2ad8e6b3506057da387db;hb=8001b29a6250b40adb530a084e0911a8625a5b44;hpb=1010e7bfe722481b7036934b6b859b8bb7916d52 diff --git a/empathy.js b/empathy.js index 29d31bf..d91225d 100644 --- a/empathy.js +++ b/empathy.js @@ -91,7 +91,7 @@ router.post('/vote/:prompt_id([0-9]+)', (request, response) => { response.sendStatus(404); }); -router.post('/start/:prompt_id([[0-9]+)', (request, response) => { +router.post('/start/:prompt_id([0-9]+)', (request, response) => { const game = request.game; const prompt_id = parseInt(request.params.prompt_id, 10);