Skip to content

Commit

Permalink
Fixing Readiness Endpoint Check (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: hfuss <haydenfuss@gmail.com>
  • Loading branch information
onelapahead authored Feb 3, 2022
1 parent 7235015 commit a35b821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/health/health.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export class HealthController {
return this.health.check([
() =>
this.http.pingCheck(
'ethconnect-contract',
this.tokensService.baseUrl,
'ethconnect',
`${this.tokensService.baseUrl}/status`,
basicAuth(this.tokensService.username, this.tokensService.password),
),
]);
Expand Down

0 comments on commit a35b821

Please sign in to comment.