use relative paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IsNotEmpty, IsInt, Min, Max } from 'class-validator';
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { WaypointDto } from 'src/generic/dto/waypoint.dto';
|
||||
import { WaypointDto } from '../../generic/dto/waypoint.dto';
|
||||
|
||||
export class PredictedWaypointDto {
|
||||
@IsNotEmpty()
|
||||
|
||||
Reference in New Issue
Block a user