mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
Removed Check on hard coded urls
This forces the backend to continuously call home and break if no response is received
This commit is contained in:
@ -14,8 +14,6 @@ export class HealthController {
|
|||||||
check() {
|
check() {
|
||||||
return this.health.check([
|
return this.health.check([
|
||||||
() => this.db.pingCheck('database'),
|
() => this.db.pingCheck('database'),
|
||||||
() => this.http.pingCheck('app', 'https://rxresu.me'),
|
|
||||||
() => this.http.pingCheck('docs', 'https://docs.rxresu.me'),
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user