luci-app-dcwapd: Fix menu JSON bug

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald 2024-10-22 14:00:37 +02:00
parent dc44c7a68e
commit 361bee37af
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"description": "Grant UCI access for luci-app-dcwapd",
"read": {
"ubus": {
"luci-rpc": [ "getWirelessDevices" ],
"luci-rpc": [ "getWirelessDevices" ]
},
"uci": [ "dcwapd" ]
},
"write": {