diff --git a/.github/ci/files/config/packages/security.yaml b/.github/ci/files/config/packages/security.yaml index c9f1e041..68372de7 100644 --- a/.github/ci/files/config/packages/security.yaml +++ b/.github/ci/files/config/packages/security.yaml @@ -1,6 +1,4 @@ security: - enable_authenticator_manager: true - providers: pimcore_admin: id: Pimcore\Security\User\UserProvider diff --git a/config/pimcore/routing.yaml b/config/pimcore/routing.yaml index 50266d34..fa7a8c9b 100644 --- a/config/pimcore/routing.yaml +++ b/config/pimcore/routing.yaml @@ -1,6 +1,6 @@ pimcore_generic_data_index: resource: "../../src/Controller/" - type: annotation + type: attribute prefix: /pimcore_generic_data_index options: expose: true