Skip to content

Commit

Permalink
Update Preparing-the-API-for-consumption.md
Browse files Browse the repository at this point in the history
fixed broken links because of mistyping:
- the links http://localhost:3000/swagger.json
- and http://localhost:3000/swagger.yaml which didn't work
was replaced with
- the links http://localhost:3000/openapi.json
- and http://localhost:3000/openapi.yaml which work.
  • Loading branch information
asnov authored and virkt25 committed Mar 13, 2018
1 parent a99672d commit 2de9395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/en/lb4/Preparing-the-API-for-consumption.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ npm start
Open [http://localhost:3000/swagger-ui](http://localhost:3000/swagger-ui) to see the API endpoints defined by `swagger.json`.

{% include note.html content="
Swagger UI provides users with interactive environment to test the API endpoints defined by the raw spec found at [http://localhost:3000/swagger.json](http://localhost:3000/swagger.json).
The API spec is also available in YAML flavour at [http://localhost:3000/swagger.yaml](http://localhost:3000/swagger.yaml)
Swagger UI provides users with interactive environment to test the API endpoints defined by the raw spec found at [http://localhost:3000/openapi.json](http://localhost:3000/openapi.json).
The API spec is also available in YAML flavour at [http://localhost:3000/openapi.yaml](http://localhost:3000/openapi.yaml)
" %}

{% include image.html file="lb4/10000000.png" alt="" %}
Expand Down

0 comments on commit 2de9395

Please sign in to comment.