diff --git a/doc/00_Installation.md b/doc/00_Installation.md index 9b04756a..5781cded 100644 --- a/doc/00_Installation.md +++ b/doc/00_Installation.md @@ -124,6 +124,6 @@ pimcore_studio_backend: ```yaml security: access_control: - - { path: ^/your-prefix/api/(docs|docs.json|translations)$, roles: PUBLIC_ACCESS } - - { path: ^/your-prefix, roles: ROLE_PIMCORE_USER } -``` + - { path: ^/your-prefix/api/(docs|docs/json|translations)$, roles: PUBLIC_ACCESS } + - { path: ^/your-prefix/api, roles: ROLE_PIMCORE_USER } +``` \ No newline at end of file