Skip to content

Commit

Permalink
Update health.controller.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan authored Apr 12, 2024
1 parent 3cf9222 commit 60f0e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/health/health.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class HealthController {
);
return this.http.pingCheck('ethconnect', `${this.blockchain.baseUrl}/status`, {
auth: httpOptions.auth,
httpAgent: httpOptions.httpAgent,
httpsAgent: httpOptions.httpAgent,
});
},
]);
Expand Down

0 comments on commit 60f0e4e

Please sign in to comment.