Merge pull request #2000 from stopfstedt/with_annotation

corrects config option name in docs.
This commit is contained in:
Guilhem Niot 2022-05-31 14:19:20 +02:00 committed by GitHub
commit ba28741721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ the routes that should be documented:
default:
path_patterns: [ ^/api ]
internal:
with_annotations: true
with_annotation: true
Then add the annotation before your controller or action::