1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

bugfix pack, server logs

This commit is contained in:
NoobishSVK
2024-03-28 22:44:24 +01:00
parent 7f483770f2
commit 298a868ef7
13 changed files with 147 additions and 59 deletions

View File

@@ -61,6 +61,10 @@ router.get('/', (req, res) => {
}
});
router.get('/403', (req, res) => {
res.render('403');
})
router.get('/wizard', (req, res) => {
let serialPorts;