Skip to content

Commit

Permalink
Merge pull request #36 from ConnectHolland/fix-swagger-ui
Browse files Browse the repository at this point in the history
Make login_check visible in swagger again
  • Loading branch information
mrcotrmpr committed Oct 12, 2021
2 parents f3544ad + a2f6c99 commit 6642c9b
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 6642c9b

Please sign in to comment.