Fix podcast api permission
This commit is contained in:
parent
9f03115ee5
commit
d31e0f950d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ $ccAcl->allow('G', 'index')
|
|||
->allow('G', 'downgrade')
|
||||
->allow('G', 'rest:show-image', 'get')
|
||||
->allow('G', 'rest:media', 'get')
|
||||
->allow('G', 'rest:podcast', 'get')
|
||||
->allow('G', 'rest:podcast', 'index')
|
||||
->allow('G', 'rest:podcast-episodes', 'get')
|
||||
->allow('G', 'setup')
|
||||
->allow('G', 'embeddablewidgets')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue