Skip to content

Commit

Permalink
fix(blobscan): update healthcheck endpoint (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano authored Mar 15, 2024
1 parent f0ec4f0 commit 8b2fc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blobscan/blobscan_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def get_api_config(
ready_conditions=ReadyCondition(
recipe=GetHttpRequestRecipe(
port_id="http",
endpoint="/api/healthcheck",
endpoint="/healthcheck",
),
field="code",
assertion="==",
Expand Down

0 comments on commit 8b2fc61

Please sign in to comment.