SUPPORT-9170: add health request to auth service
This commit is contained in:
parent
84284fd96f
commit
46843a6cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export class AuthenticationService {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkAuthentication(): Promise<any>{
|
checkAuthentication(): Promise<any>{
|
||||||
return this.appConfigService.load();
|
return this.appConfigService.load().then(() => this.http.get<any>("health").toPromise());
|
||||||
}
|
}
|
||||||
|
|
||||||
logout(): Promise<any> {
|
logout(): Promise<any> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue