Skip to content

Commit a47acfa

Browse files
committed
corrections.
1 parent 8abb450 commit a47acfa

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,20 @@ $ java -jar ./target/api-impl-demo-[version]-SNAPSHOT-runner.jar
3939

4040
then browse to:
4141

42-
- OpenApi definition : `http://localhost:8080/v1/openapi`
42+
- Start page : `http://localhost:8080`
4343
- OpenApi UI : `http://localhost:8080/openapi-ui`
44-
- API : `http://localhost:8080/v1/api/video-games?page=0&size=100`
44+
- Health UI: `http://localhost:8080/health-ui`
45+
46+
Tech links:
47+
48+
- OpenApi definition : `http://localhost:8080/v1/openapi`
4549
- Health: `http://localhost:8080/v1/health`
46-
- Health UI: `http://localhost:8080/v1/health-ui`
4750
- Metrics: `http://localhost:8080/v1/metrics`
4851

52+
Basic request:
53+
54+
- API : `http://localhost:8080/v1/api/video-games?page=0&size=100`
55+
4956
## Examples
5057

5158
### HEAD `/v1/api/video-games`

0 commit comments

Comments
 (0)