Skip to content

Commit

Permalink
HealthCheck: removed esamwad hard coded health check from User service
Browse files Browse the repository at this point in the history
  • Loading branch information
choxx committed Apr 6, 2023
1 parent a47e534 commit 11c4b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ export class AppController {
'Fusion Auth (Samarth)',
this.configService.get<string>('FUSIONAUTH_BASE_URL'),
),
async () =>
/*async () =>
this.http.pingCheck(
'E-Samwad',
this.configService.get<string>('ESAMWAD_BACKEND_BASE_URL'),
),
),*/
]);
}
}

0 comments on commit 11c4b96

Please sign in to comment.