diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-10-04 20:59:18 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-10-07 14:05:22 -0400 |
commit | 139e8221933f4d72149601900b421921263e2ba3 (patch) | |
tree | 8080bab2ab0d0317a8b050c7f40cb066cf251ead /cps-ncmp-rest/src/test/resources/application.yml | |
parent | abdff1bf331cc582d017cce9888828fa2e8f6260 (diff) |
Separate ncmp south-bound endpoints in openapi specs
- existing ncmp-cps swagger ui shows only northbound endpoints
- added cps-ncmp-internal for southbound endpoints
Issue-ID: CPS-722
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I6917a9c1cf6d033f7ed76f2172113d5e43ac84a7
Diffstat (limited to 'cps-ncmp-rest/src/test/resources/application.yml')
-rw-r--r-- | cps-ncmp-rest/src/test/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-rest/src/test/resources/application.yml b/cps-ncmp-rest/src/test/resources/application.yml index 848738a764..f2ca8c759b 100644 --- a/cps-ncmp-rest/src/test/resources/application.yml +++ b/cps-ncmp-rest/src/test/resources/application.yml @@ -20,4 +20,4 @@ rest: api: ncmp-base-path: /ncmp -spring: + ncmp-inventory-base-path: /ncmpInventory |