Skip to content

Commit

Permalink
Landing page (HTML) (#167)
Browse files Browse the repository at this point in the history
hotfix in Landing page (HTML) , replaced `http://localhost:9000/index,html` with `http://localhost:9000/index.html`
  • Loading branch information
krishnaglodha authored Jul 4, 2024
1 parent 0f8bfc4 commit 82aa625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The example requests assume that the service is running locally and configured
to listen on port 9000.

- Landing page (HTML or JSON): http://localhost:9000/
- Landing page (HTML): http://localhost:9000/index,html
- Landing page (HTML): http://localhost:9000/index.html
- Landing page (JSON): http://localhost:9000/index.json
- OpenAPI definition: http://localhost:9000/api
- OpenAPI test UI: http://localhost:9000/api.html
Expand Down

0 comments on commit 82aa625

Please sign in to comment.