diff --git a/frontend/projects/shared-meet-components/src/lib/services/http/http.service.ts b/frontend/projects/shared-meet-components/src/lib/services/http/http.service.ts index 270c34d..b1101b6 100644 --- a/frontend/projects/shared-meet-components/src/lib/services/http/http.service.ts +++ b/frontend/projects/shared-meet-components/src/lib/services/http/http.service.ts @@ -103,7 +103,7 @@ export class HttpService { } getProfile(): Promise { - return this.getRequest(`${this.INTERNAL_API_PATH_PREFIX}/auth/profile`); + return this.getRequest(`${this.INTERNAL_API_PATH_PREFIX}/users/profile`); } generateRecordingToken(roomId: string, secret: string): Promise<{ token: string }> {