Skip to content

Commit

Permalink
make login_check visible in swagger again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcotrmpr committed Oct 12, 2021
1 parent f3544ad commit a2f6c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2f6c99

Please sign in to comment.