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