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

device name hotfix 2

This commit is contained in:
NoobishSVK
2024-03-16 21:10:34 +01:00
parent c2441389bb
commit fa20a50e3e
4 changed files with 6 additions and 6 deletions

View File

@@ -422,7 +422,7 @@ app.get('/', (req, res) => {
tuningLowerLimit: serverConfig.webserver.tuningLowerLimit,
tuningUpperLimit: serverConfig.webserver.tuningUpperLimit,
chatEnabled: serverConfig.webserver.chatEnabled,
device: serverConfig.tuner
device: serverConfig.device
})
}
});