mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Route prefix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user