Skip to content

Commit

Permalink
fixing release website (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm authored Oct 27, 2022
1 parent 9d5c809 commit 6df8a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
{ url: "https://github.com/ethereum/keymanager-APIs/releases/download/v1.0.0/keymanager-oapi.yaml", name: "v1.0.0" },
{ url: "./keymanager-oapi.yaml", name: "dev" }
],
basePath: "/",
Expand Down
2 changes: 1 addition & 1 deletion keymanager-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
All sensitive routes are to be authenticated with a token. This token should be provided by the user via a secure channel:
- Log the token to stdout when running the binary with the key manager API enabled
- Read the token from a file available to the binary
version: "v1.0.0-alpha"
version: "v1.0.0"
contact:
name: Ethereum Github
url: https://github.com/ethereum/keymanager-APIs/issues
Expand Down

0 comments on commit 6df8a2b

Please sign in to comment.