From a2f6c994c0b50d17dbb3eb2a9b74c94a95379bca Mon Sep 17 00:00:00 2001 From: mrcotrmpr Date: Tue, 12 Oct 2021 13:50:25 +0200 Subject: [PATCH] make login_check visible in swagger again --- Resources/config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/services.yaml b/Resources/config/services.yaml index 46a05a2..106b64e 100644 --- a/Resources/config/services.yaml +++ b/Resources/config/services.yaml @@ -12,7 +12,7 @@ services: exclude: '../../src/Security/Http/Authentication/AuthenticationFailureHandler.php' ConnectHolland\SecureJWTBundle\Swagger\LoginDecorator: - decorates: 'api_platform.swagger.normalizer.api_gateway' + decorates: 'api_platform.openapi.normalizer.api_gateway' arguments: [ '@ConnectHolland\SecureJWTBundle\Swagger\LoginDecorator.inner' ] autoconfigure: false