summaryrefslogtreecommitdiffstats
path: root/docker-compose/README.md
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-09-01 12:48:44 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-01 12:48:44 +0000
commitc0708c6435480a3a1f5c4c8a95f21cfd1d76c6df (patch)
treee0863025215ae5bd3e5abdced0568a9d56f32834 /docker-compose/README.md
parent0af60de4fbb3a3e6c828e179c667b173b1539b62 (diff)
parent4d520016514834bef903401518be5989b390874a (diff)
Merge "Add ncmp endpoints to swagger-ui"
Diffstat (limited to 'docker-compose/README.md')
-rw-r--r--docker-compose/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker-compose/README.md b/docker-compose/README.md
index ceb05446b..ae2686822 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`: