From 11c4b962917e8d74e5f98a78f70d02422397e12c Mon Sep 17 00:00:00 2001 From: Abhishek Mishra Date: Thu, 6 Apr 2023 12:43:47 +0530 Subject: [PATCH] HealthCheck: removed esamwad hard coded health check from User service --- src/app.controller.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.controller.ts b/src/app.controller.ts index 4c11581..95762e8 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -42,11 +42,11 @@ export class AppController { 'Fusion Auth (Samarth)', this.configService.get('FUSIONAUTH_BASE_URL'), ), - async () => + /*async () => this.http.pingCheck( 'E-Samwad', this.configService.get('ESAMWAD_BACKEND_BASE_URL'), - ), + ),*/ ]); } }