Merge pull request #273 from Tria-plc/alpha

fix: ( seats ) restore @IsPublic() on GET /seats/seatmap/:scheduleId
This commit is contained in:
Abubeker Yasin
2026-06-24 15:33:45 +03:00
committed by GitHub

View File

@@ -30,6 +30,7 @@ export class SeatsController {
// ── Seat Map ──────────────────────────────────────────────────────────────
@Get("seatmap/:scheduleId")
@IsPublic()
@ApiOperation({
summary: "Get seat map filtered by coach type",
description: `Returns all coaches of the given coachTypeId assigned to the schedule, each with their full seat list and real-time availability. Origin and destination are derived from the schedule. Omit coachTypeId to get all coaches.`,