Skip to content

Commit

Permalink
Merge pull request #156 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 3cf9222 + ba3070f commit 2ec0fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/health/health.controller.ts
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.httpsAgent,
});
},
]);
Expand Down

0 comments on commit 2ec0fa0

Please sign in to comment.