Route prefix

This commit is contained in:
2022-07-13 10:27:06 +02:00
parent be51bba14d
commit 7691085e8f
8 changed files with 43 additions and 43 deletions

View File

@ -17,7 +17,7 @@ const mapService = (s, beat) => ({
async function createDashboardSocket(server) {
uws = server.ws({
route: '/statusdashboard/socket',
route: '/status/dashboard/socket',
onOpen: async ws => {
async function sendStatuses() {
const services = await server.storage