From ddd6707807522deccc8ec70211a4dce1c430ed45 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 21 Aug 2025 09:57:11 -0600 Subject: [PATCH] Discord redirect lol --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 40afaf8..4604d38 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,7 @@ app.use((req, res, next) => { }); app.get('/', (req, res) => { - res.send('Hello, world!'); + res.redirect('https://l.kcadev.org/discord'); // Redirect to KCA Discord for now. }); app.get('/time.php', (req, res) => {