diff options
Diffstat (limited to 'sdnr/wt-odlux/odlux/apps/connectApp/policies.json')
-rw-r--r-- | sdnr/wt-odlux/odlux/apps/connectApp/policies.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sdnr/wt-odlux/odlux/apps/connectApp/policies.json b/sdnr/wt-odlux/odlux/apps/connectApp/policies.json new file mode 100644 index 000000000..2ec73612e --- /dev/null +++ b/sdnr/wt-odlux/odlux/apps/connectApp/policies.json @@ -0,0 +1,12 @@ +[ + { + "path": "/rests/**/node=Sim2230**", + "methods": { + "get": true, + "post": false, + "put": false, + "delete": false, + "patch": false + } + } +]
\ No newline at end of file |