Skip to content

Commit 866cce1

Browse files
author
oschwartz
committed
Fix Swagger decorator service
1 parent 735b43c commit 866cce1

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)