Skip to content

Commit 1e80b37

Browse files
Ensure accessModifier is in all example config files (#456)
### Motivation We want all examples to explicitly spell out the `accessModifier` in the `openapi-generator-config.yaml`. There was just one missing: ```console % git ls-files "**/openapi-generator-config.yaml" | xargs grep -L accessModifier Examples/MetricsMiddleware/Sources/HelloWorldVaporServer/openapi-generator-config.yaml ``` ### Modifications Add missing `accessModifier` to metrics middleware example. ### Result All examples have `accessModifier` in their `openapi-generator-config.yaml`. ### Test Plan None.
1 parent 666ea16 commit 1e80b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
generate:
22
- types
33
- server
4+
accessModifier: internal

0 commit comments

Comments
 (0)