From 578368fce559ad28eb3bc62064e4c39858fa3339 Mon Sep 17 00:00:00 2001 From: "Fraboni, Gino (gf403a)" Date: Wed, 3 May 2017 13:47:43 -0400 Subject: Implement support for v10 model entities. Change-Id: Id2b42b70d7fe0ada6695ac9632b314f21ace193f Signed-off-by: Fraboni, Gino (gf403a) --- bundleconfig-local/etc/appprops/methodMapper.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bundleconfig-local/etc/appprops/methodMapper.properties (limited to 'bundleconfig-local/etc/appprops/methodMapper.properties') 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)" + } + ] +} -- cgit 1.2.3-korg