diff --git a/src/socket/socket.service.ts b/src/socket/socket.service.ts index 3897a7a..a353dce 100644 --- a/src/socket/socket.service.ts +++ b/src/socket/socket.service.ts @@ -51,8 +51,8 @@ export class SocketService { const client = this.socketConnectionRepository.create(data); const eventEndpoints = { - connected: '/api/operator/online', - disconnected: '/api/operator/offline', + connected: '/server/profile/online', + disconnected: '/server/profile/offline', }; const endpoint = eventEndpoints[data.event];