test
This commit is contained in:
parent
17902861a9
commit
93686edaa3
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import { AllJobStatusResponseDto, JobCommandDto, JobIdParamDto, JobService, JobStatusDto } from '@app/domain';
|
||||
import { AuditService } from '@app/domain/audit';
|
||||
import { Body, Controller, Get } from '@nestjs/common';
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { ApiTags } from '@nestjs/swagger';
|
||||
import { Authenticated } from '../app.guard';
|
||||
import { UseValidation } from '../app.utils';
|
||||
|
|
Loading…
Reference in a new issue