openvidu-components: Fixed testapp admin dashboard

pull/781/head
Carlos Santos 2022-12-30 13:14:47 +01:00
parent c3b7c5b147
commit 179138eb50
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export class RestService {
async logout(): Promise<void> {
try {
return lastValueFrom(
this.http.post<any>(`${this.baseHref}admin/logout`, {})
this.http.post<any>(`${this.baseHref}auth/admin/logout`, {})
);
} catch (error) {
console.log(error);