Loading backend/src/place/dto/get-place.dto.ts +2 −1 Original line number Diff line number Diff line import { ApiProperty } from '@nestjs/swagger'; import { Available } from 'src/pointOfInterest/enum/available.enum'; export class GetPlaceDto { @ApiProperty() Loading @@ -10,7 +11,7 @@ export class GetPlaceDto { @ApiProperty() description: string; @ApiProperty() available: string; available: Available; @ApiProperty() imageName: string; @ApiProperty() Loading Loading
backend/src/place/dto/get-place.dto.ts +2 −1 Original line number Diff line number Diff line import { ApiProperty } from '@nestjs/swagger'; import { Available } from 'src/pointOfInterest/enum/available.enum'; export class GetPlaceDto { @ApiProperty() Loading @@ -10,7 +11,7 @@ export class GetPlaceDto { @ApiProperty() description: string; @ApiProperty() available: string; available: Available; @ApiProperty() imageName: string; @ApiProperty() Loading