use relative paths

This commit is contained in:
Sven Czarnian
2022-10-23 23:51:33 +02:00
parent 4b21859242
commit e76c23a794
4 changed files with 7 additions and 7 deletions

View File

@@ -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()