diff options
author | Piotr Stanior <piotr.stanior@t-mobile.pl> | 2020-12-15 10:13:34 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-12-15 20:13:07 +0000 |
commit | f38e495d47e69b5203940e1f3eb76145c2a30e83 (patch) | |
tree | 030da0e7ffebadc524bd2a7c18fde4af794176bf /ms/blueprintsprocessor/application | |
parent | a0c98da2730a1e7883ff29f461db27506189a843 (diff) |
CDS add Postman collection for Resource, Template, Dictionary and Config API
Issue-ID: CCSDK-3014
Change-Id: Ic9892c035067064fd612f2781507a36072e4e712
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
Diffstat (limited to 'ms/blueprintsprocessor/application')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index cccff5228..2f398d3e7 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -335,6 +335,7 @@ <springmvc>true</springmvc> <locations> <location>org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController</location> + <location>org.onap.ccsdk.cds.blueprintsprocessor.designer.api.ResourceDictionaryController</location> <location>org.onap.ccsdk.cds.blueprintsprocessor.resource.api</location> <location>org.onap.ccsdk.cds.blueprintsprocessor.configs.api</location> <!-- This location is not implemented yet |