You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(api): merge POST route groups under one Swagger tag
- Addresses review feedback on #186
- Gives both POST blueprints a shared tag so the Swagger docs show a single POST group whether or not the store-backed routes are registered
- APIFlask emits one top-level tag entry per blueprint, so the shared tag would appear twice in openapi.json (OpenAPI requires unique tag names)
- Added a spec processor decorator to depulicate list.
- Added supporting test
0 commit comments