Skip to content

Commit 3787b79

Browse files
committed
Reword new contributions in CHANGELOG.md and README.md
1 parent faca9ed commit 3787b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [[7.3.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v7.3.0) 2023-01-18
66

7-
* Add health endpoint to allow health checks mechanism enablement.
7+
* Add endpoint to allow health checks.
88

99
## [[7.2.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v7.2.0) 2023-01-09
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To run properly, the iExec Blockchain Adapter API requires:
3838

3939
## Health checks
4040

41-
A `/actuator/health` endpoint is enabled by default and can be accessed on the **IEXEC_BLOCKCHAIN_ADAPTER_API_PORT**.
41+
An health endpoint (`/actuator/health`) is enabled by default and can be accessed on the **IEXEC_BLOCKCHAIN_ADAPTER_API_PORT**.
4242
This endpoint allows to define health checks in an orchestrator or a [compose file](https://github.com/compose-spec/compose-spec/blob/master/spec.md#healthcheck).
4343
No default strategy has been implemented in the [Dockerfile](docker/Dockerfile) at the moment.
4444

0 commit comments

Comments
 (0)