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'), - ), + ),*/ ]); } }