diff options
author | 2021-09-01 12:48:44 +0000 | |
---|---|---|
committer | 2021-09-01 12:48:44 +0000 | |
commit | c0708c6435480a3a1f5c4c8a95f21cfd1d76c6df (patch) | |
tree | e0863025215ae5bd3e5abdced0568a9d56f32834 /docker-compose | |
parent | 0af60de4fbb3a3e6c828e179c667b173b1539b62 (diff) | |
parent | 4d520016514834bef903401518be5989b390874a (diff) |
Merge "Add ncmp endpoints to swagger-ui"
Diffstat (limited to 'docker-compose')
-rw-r--r-- | docker-compose/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docker-compose/README.md b/docker-compose/README.md index ceb05446b4..ae26868224 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -103,8 +103,9 @@ Here are the steps to run or debug the application from Intellij: Swagger UI and Open API specifications are available to discover service endpoints and send requests. -* `http://localhost:<port-number>/swagger-ui/index.html` -* `http://localhost:<port-number>/v3/api-docs?group=cps-docket` +* `http://localhost:<port-number>/swagger-ui.html` +* `http://localhost:<port-number>/api-docs/cps-core/openapi.yaml` +* `http://localhost:<port-number>/api-docs/cps-ncmp/openapi.yaml` with <port-number> being either `8080` if running the plain Java build or retrieved using following command if running from `docker-compose`: |