File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,20 @@ $ java -jar ./target/api-impl-demo-[version]-SNAPSHOT-runner.jar
3939
4040then 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 `
You can’t perform that action at this time.
0 commit comments