From 644a9648243f6ee5310af8cf01c7d1b15388717d Mon Sep 17 00:00:00 2001 From: Jay Williams Date: Wed, 16 Aug 2017 19:15:37 +0100 Subject: [PATCH] Added comment on ln 41 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e4431fb..167ee80 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ app.get('/', function(req, res){ res.sendFile(__dirname + '/html/game.html'); // Send them the "game.html" file }); app.post("/clear-leaderboard/", function (req, res) { // I have an IFTTT set up to call this at 1:pm every day - saveLeaderboard([]) + saveLeaderboard([]) // Delete the leaderboard res.end('{"done": true}') }) app.post("/add-score/", function(req, res){ // On someone triggering add-score