small-package/chatgpt-web/root/usr/share/rpcd/acl.d/luci-app-chatgpt-web.json

12 lines
186 B
JSON
Raw Normal View History

2023-09-22 23:35:47 +08:00
{
"luci-app-chatgpt-web": {
"description": "Grant UCI access for luci-app-chatgpt-web",
"read": {
"uci": [ "chatgpt-web" ]
},
"write": {
"uci": [ "chatgpt-web" ]
}
}
}