Compare commits
No commits in common. "development-local" and "1.6.0-alpha.2" have entirely different histories.
developmen
...
1.6.0-alph
|
@ -10,7 +10,7 @@ import { ApiTags } from '@nestjs/swagger';
|
||||||
|
|
||||||
@ApiTags('Booking Authentication')
|
@ApiTags('Booking Authentication')
|
||||||
@Public()
|
@Public()
|
||||||
@Controller('v1/booking-authentication')
|
@Controller('booking-authentication')
|
||||||
export class BookingAuthenticationController {
|
export class BookingAuthenticationController {
|
||||||
constructor(
|
constructor(
|
||||||
private readonly bookingAuthenticationService: VerificationService,
|
private readonly bookingAuthenticationService: VerificationService,
|
||||||
|
|
|
@ -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';
|
import { FilterItemDto } from 'src/modules/item-related/item/infrastructure/dto/filter-item.dto';
|
||||||
|
|
||||||
@ApiTags('Booking Item')
|
@ApiTags('Booking Item')
|
||||||
@Controller('v1/booking-item')
|
@Controller('booking-item')
|
||||||
@Public(true)
|
@Public(true)
|
||||||
export class ItemController {
|
export class ItemController {
|
||||||
constructor(
|
constructor(
|
||||||
|
|
Loading…
Reference in New Issue