From 08dac3359eabbd0554f296a25fb08df201e0db77 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 21 Aug 2025 10:04:02 -0600 Subject: [PATCH] Show msg on / --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c273e7e..eee98cd 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,7 @@ app.use((req, res, next) => { }); app.get('/', (req, res) => { - res.redirect('https://l.kcadev.org/discord'); // Redirect to KCA Discord for now. + res.sendFile(path.join(__dirname, 'msg.html')); }); app.get('/time.php', (req, res) => {