Fix podcast api permission
This commit is contained in:
parent
9f03115ee5
commit
d31e0f950d
@ -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…
x
Reference in New Issue
Block a user