Priority: medium
Description
The README specifies that all responses include an API-Version: 1 header. This should be applied globally via middleware rather than per-route.
Acceptance Criteria
- All responses include
API-Version: 1 header
- Header is set in a single middleware, not duplicated per route
- Header is present on error responses (4xx, 5xx)
- Header is present on redirect responses
- Value is configurable for future version bumps
Priority: medium
Description
The README specifies that all responses include an
API-Version: 1header. This should be applied globally via middleware rather than per-route.Acceptance Criteria
API-Version: 1header