Overview
Routes are unversioned. With a public frontend and a Vercel deployment already live, any breaking change to a response shape will break clients with no migration path.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
Routes are unversioned. With a public frontend and a Vercel deployment already live, any breaking change to a response shape will break clients with no migration path.
Tasks
app.enableVersioning({ type: VersioningType.URI, defaultVersion: '1' })inmain.ts./api/v1/....frontend/lib/apiClient.tsAPI_BASE_URLand.env.exampleaccordingly.Acceptance Criteria
/api/v1.Notes for Contributors
Comment below to be assigned.