mirror of
https://github.com/unraid/api.git
synced 2026-05-07 23:51:40 -05:00
chore: rename node-api -> unraid-api
This commit is contained in:
@@ -23,7 +23,7 @@ export const admin = {
|
||||
{ resource: 'plugin', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'service', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'service/emhttpd', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'service/node-api', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'service/unraid-api', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'services', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'share', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'machine-id', action: 'read:any', attributes: '*' },
|
||||
|
||||
Reference in New Issue
Block a user