This commit is contained in:
Christopher Cookman 2025-08-30 19:32:13 -06:00
parent ba93fa69f3
commit c67aee5c4d

View file

@ -67,7 +67,7 @@ fs.readdirSync(routersDir).forEach(file => {
});
app.get('/', (req, res) => {
res.redirect('/login');
})
app.listen(port, (err) => {