fix: add version to booking api

pull/141/head 1.6.0-alpha.3
shancheas 2025-05-27 13:26:41 +07:00
parent 968697ee17
commit 94e769795a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import { ApiTags } from '@nestjs/swagger';
@ApiTags('Booking Authentication')
@Public()
@Controller('booking-authentication')
@Controller('v1/booking-authentication')
export class BookingAuthenticationController {
constructor(
private readonly bookingAuthenticationService: VerificationService,

View File

@ -9,7 +9,7 @@ import { IndexItemManager } from 'src/modules/item-related/item/domain/usecases/
import { FilterItemDto } from 'src/modules/item-related/item/infrastructure/dto/filter-item.dto';
@ApiTags('Booking Item')
@Controller('booking-item')
@Controller('v1/booking-item')
@Public(true)
export class ItemController {
constructor(