Skip to content

Commit

Permalink
same fwding on js app
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Aug 8, 2023
1 parent 4edbafc commit fbdbde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/apps/basic/js/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"get": {
"js_module": "basic.js",
"js_function": "get_record",
"forwarding_required": "sometimes",
"forwarding_required": "never",
"authn_policies": ["user_cert"],
"mode": "readonly",
"openapi": {}
},
"put": {
"js_module": "basic.js",
"js_function": "put_record",
"forwarding_required": "always",
"forwarding_required": "never",
"authn_policies": ["user_cert"],
"mode": "readwrite",
"openapi": {}
Expand Down

0 comments on commit fbdbde6

Please sign in to comment.