Implement support for v10 model entities.
[aai/model-loader.git] / 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 (file)
index 0000000..f89b7db
--- /dev/null
@@ -0,0 +1,10 @@
+  
+{
+    "helloWorld": [
+        {
+            "method": "get",
+            "url": "/rest/model-loader/v1/helloWorld",
+            "logicalName": "GetMethod(Logical)"
+        }
+    ]
+}