chore: rename node-api -> unraid-api

This commit is contained in:
Alexis Tyler
2020-12-11 16:30:00 +10:30
parent 5b60b642b5
commit fb7e22c6ba
11 changed files with 46 additions and 43 deletions
+1 -1
View File
@@ -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: '*' },