From 6b33735f57a0a241f525359eebc174252641c0a9 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Wed, 13 Aug 2025 10:51:30 +0330 Subject: [PATCH] change api --- src/socket/socket.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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];