Skip to content

Commit 0cf3556

Browse files
authored
Merge pull request #711 from oschwartz/2.3
Fix Swagger decorator service
2 parents 735b43c + 866cce1 commit 0cf3556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the `GET` operation of `/foos` path
1818
# api/config/services.yaml
1919
services:
2020
'App\Swagger\SwaggerDecorator':
21-
decorates: 'api_platform.swagger.normalizer.documentation'
21+
decorates: 'api_platform.swagger.normalizer.api_gateway'
2222
arguments: [ '@App\Swagger\SwaggerDecorator.inner' ]
2323
autoconfigure: false
2424
```

0 commit comments

Comments
 (0)