Skip to content

Commit

Permalink
chore(runner): update OpenAPI spec server URI (#78)
Browse files Browse the repository at this point in the history
This commit updates the OpenAPI server to the https://livepeer.cloud
community gateway.
  • Loading branch information
rickstaa authored May 6, 2024
1 parent 2f8ab8a commit 22c5bf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runner/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"servers": [
{
"url": "http://gateway-endpoint.ai/",
"description": "Example Gateway"
"url": "https://dream-gateway.livepeer.cloud",
"description": "Livepeer Cloud Community Gateway"
}
],
"paths": {
Expand Down Expand Up @@ -506,4 +506,4 @@
}
}
}
}
}

0 comments on commit 22c5bf5

Please sign in to comment.