diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-02-19 14:12:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-19 14:12:01 +0000 |
commit | ca7106064d68a5411ec61084bdfbd7f027375f5f (patch) | |
tree | 8b437aba61a39e302b91e138ac08b90ae3cc388a /src/main/resources/clds/camel | |
parent | 8713ad9505b4586cdd04d0198590f3d11023d0b6 (diff) | |
parent | e9b23b1d5bdcdecccad579f34ece0ad6d8a83172 (diff) |
Merge "Add New UI component for policies list" into tosca-poc
Diffstat (limited to 'src/main/resources/clds/camel')
-rw-r--r-- | src/main/resources/clds/camel/rest/clamp-api-v2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/clds/camel/rest/clamp-api-v2.xml b/src/main/resources/clds/camel/rest/clamp-api-v2.xml index 011c24a9d..e1f138b1d 100644 --- a/src/main/resources/clds/camel/rest/clamp-api-v2.xml +++ b/src/main/resources/clds/camel/rest/clamp-api-v2.xml @@ -1317,7 +1317,7 @@ </doTry> </route> </get> - <get uri="/v2/policies/list" outType="java.lang.String" produces="application/json"> + <get uri="/v2/policies/list" outType="com.google.gson.JsonObject" produces="application/json"> <route> <removeHeaders pattern="*"/> <doTry> |