fix: ( seats ) restore @IsPublic() on GET /seats/seatmap/:scheduleId

This commit is contained in:
Abubeker Yasin
2026-06-24 15:32:45 +03:00
parent f16d687d8b
commit 6e33075b05

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.`,