luci-app-olsr-viz-unauthenticated.json 172 B

123456789101112
  1. {
  2. "unauthenticated": {
  3. "description": "Grant read access for luci-app-olsr-viz",
  4. "read": {
  5. "ubus": {
  6. "olsrvizinfo": [
  7. "getolsrvizdata"
  8. ]
  9. }
  10. }
  11. }
  12. }