From 52d5b92d34267577a6a51e1b2d76d14455202eae Mon Sep 17 00:00:00 2001 From: "Glitch (hello-express)" Date: Tue, 5 Nov 2019 08:42:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=82=F0=9F=8F=B9=20Checkpoint=20./serve?= =?UTF-8?q?r.js:933874/180?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 406baae..66dd2db 100644 --- a/server.js +++ b/server.js @@ -27,9 +27,9 @@ app.get("/", (req, res) => { app.get("/img", (req, res) => { if (fuzIsOpen && new Date() - closingTimeout < lastSeen) { - return res.sendFile(__dirname + "/views/open.svg"); // https://www.flaticon.com/free-icon/open_1234189 + return res.sendFile(__dirname + "/views/open.svg"); // https://www.flaticon.com/free-icon/open_1234189, maybe try https://flaticons.net/customize.php?dir=Miscellaneous&icon=Open.png } - res.sendFile(__dirname + "/views/closed.svg"); // https://www.flaticon.com/free-icon/closed_1234190 + res.sendFile(__dirname + "/views/closed.svg"); // https://www.flaticon.com/free-icon/closed_1234190, maybe try https://flaticons.net/customize.php?dir=Miscellaneous&icon=Closed.png without attribution }); app.get("/api", (req, res) => {