Breaking change:
Every
yaml
file is now considered a route group.
Instead of:
# api.yaml
group:
prefix: v1
...
Drop the top-level group
indentation:
# api.yaml
prefix: v1
...
Breaking change:
Every
yaml
file is now considered a route group.
Instead of:
# api.yaml
group:
prefix: v1
...
Drop the top-level group
indentation:
# api.yaml
prefix: v1
...