mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 21:08:12 +00:00
Production cleanups
This commit is contained in:
@@ -17,7 +17,7 @@ class UpsertBaggageAllowanceDto {
|
||||
}
|
||||
|
||||
// ── IAM-protected agent/supervisor routes ────────────────────────────────────
|
||||
@ApiTags('Excess Baggage')
|
||||
@ApiTags('Excess Luggage')
|
||||
@Controller('agents/excess-baggage')
|
||||
@UseGuards(IamJwtGuard)
|
||||
@ApiBearerAuth('IAM-auth')
|
||||
@@ -100,7 +100,7 @@ export class ExcessBaggageAgentController {
|
||||
}
|
||||
|
||||
// ── Public pay-by-token routes (passenger self-service) ──────────────────────
|
||||
@ApiTags('Excess Baggage')
|
||||
@ApiTags('Excess Luggage')
|
||||
@Controller('excess-baggage')
|
||||
export class ExcessBaggagePublicController {
|
||||
constructor(private service: ExcessBaggageService) {}
|
||||
|
||||
Reference in New Issue
Block a user