Merge pull request #974 from kgotso/main

Removed Check on hard coded urls
This commit is contained in:
Amruth Pillai
2022-08-15 22:57:01 +02:00
committed by GitHub

View File

@ -14,8 +14,6 @@ export class HealthController {
check() {
return this.health.check([
() => this.db.pingCheck('database'),
() => this.http.pingCheck('app', 'https://rxresu.me'),
() => this.http.pingCheck('docs', 'https://docs.rxresu.me'),
]);
}
}