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