From aa6199b983a3c9452ac019d39c5ded2419960039 Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Wed, 4 Dec 2024 10:06:35 +0100 Subject: [PATCH] Update ACL --- doc/00_Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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