Show msg on /

This commit is contained in:
Christopher Cookman 2025-08-21 10:04:02 -06:00
parent 4118332e8b
commit 08dac3359e

View file

@ -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) => {