X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=bundleconfig-local%2Fetc%2Fappprops%2FmethodMapper.properties;fp=bundleconfig-local%2Fetc%2Fappprops%2FmethodMapper.properties;h=f89b7dba8462e255311ad41242be88d776c3ef28;hb=578368fce559ad28eb3bc62064e4c39858fa3339;hp=0000000000000000000000000000000000000000;hpb=3c76a64c4d8571c5a319af42fedc61b851106f6d;p=aai%2Fmodel-loader.git diff --git a/bundleconfig-local/etc/appprops/methodMapper.properties b/bundleconfig-local/etc/appprops/methodMapper.properties new file mode 100644 index 0000000..f89b7db --- /dev/null +++ b/bundleconfig-local/etc/appprops/methodMapper.properties @@ -0,0 +1,10 @@ + +{ + "helloWorld": [ + { + "method": "get", + "url": "/rest/model-loader/v1/helloWorld", + "logicalName": "GetMethod(Logical)" + } + ] +}