mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Fixed testapp admin dashboard
parent
c3b7c5b147
commit
179138eb50
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue