Skip to content

Commit

Permalink
Merge pull request #143 from Chengxuan/patch-1
Browse files Browse the repository at this point in the history
Update health.controller.ts
  • Loading branch information
nguyer committed Apr 12, 2024
2 parents 1947041 + 97db29c commit 0940924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/health/health.controller.ts
Expand Up @@ -44,7 +44,7 @@ export class HealthController {
);
return this.http.pingCheck('ethconnect', `${this.blockchain.baseUrl}/status`, {
auth: httpOptions.auth,
httpAgent: httpOptions.httpAgent,
httpsAgent: httpOptions.httpsAgent,
});
},
]);
Expand Down

0 comments on commit 0940924

Please sign in to comment.