Skip to content

Commit

Permalink
use python3 for server
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 7, 2022
1 parent 409e11a commit 5d81016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in root of the repo.

##### Python
```
python -m SimpleHTTPServer 8080
python3 -m http.server 8080
```
And api spec will render on [http://localhost:8080](http://localhost:8080).

Expand Down Expand Up @@ -78,7 +78,7 @@ https://www.npmjs.com/package/@chainsafe/eth2.0-api-wrapper

- Make sure info.version in beacon-node-oapi.yaml file is updated before tagging.
- CD will create github release and upload bundled spec file

2. Add release entrypoint in index.html

In SwaggerUIBundle configuration (inside index.html file), add another entry in "urls" field (SwaggerUI will load first item as default).
Expand Down

0 comments on commit 5d81016

Please sign in to comment.