diff options
Diffstat (limited to 'bundleconfig-local/etc/appprops/methodMapper.properties')
-rw-r--r-- | bundleconfig-local/etc/appprops/methodMapper.properties | 10 |
1 files changed, 10 insertions, 0 deletions
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)" + } + ] +} |