Skip to content

[BACKEND] Add API-Version header to all responses #265

@dev-fatima-24

Description

@dev-fatima-24

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions