Skip to content

Commit e3504ed

Browse files
authored
Merge pull request #118 from OpenZeppelin/fix/build
Fix relayer `api/health` paths
2 parents 0a0acd9 + e2bd5e3 commit e3504ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/relayer/1.1.x/api/health.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Health routes implementation
33
full: true
44
_openapi:
55
method: GET
6-
route: /v1/health
6+
route: /api/v1/health
77
toc: []
88
structuredData:
99
headings: []
@@ -26,4 +26,4 @@ Handles the `/health` endpoint.
2626

2727
Returns an `HttpResponse` with a status of `200 OK` and a body of `"OK"`.
2828

29-
<APIPage document={"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/openapi.json"} operations={[{"path":"/v1/health","method":"get"}]} webhooks={[]} hasHead={false} />
29+
<APIPage document={"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/openapi.json"} operations={[{"path":"/api/v1/health","method":"get"}]} webhooks={[]} hasHead={false} />

content/relayer/api/health.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Health routes implementation
33
full: true
44
_openapi:
55
method: GET
6-
route: /v1/health
6+
route: /api/v1/health
77
toc: []
88
structuredData:
99
headings: []
@@ -26,4 +26,4 @@ Handles the `/health` endpoint.
2626

2727
Returns an `HttpResponse` with a status of `200 OK` and a body of `"OK"`.
2828

29-
<APIPage document={"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/openapi.json"} operations={[{"path":"/v1/health","method":"get"}]} webhooks={[]} hasHead={false} />
29+
<APIPage document={"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/openapi.json"} operations={[{"path":"/api/v1/health","method":"get"}]} webhooks={[]} hasHead={false} />

0 commit comments

Comments
 (0)