260312:1216 20260312:1200 n8n workflow, backend and frontend MOD. #4
Build and Deploy / deploy (push) Failing after 5m25s
Build and Deploy / deploy (push) Failing after 5m25s
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { Controller, Post, Body, Headers, UseGuards } from '@nestjs/common';
|
||||
import { Controller, Post, Body, Headers, UseGuards, Get, Param, Query, Res, ParseIntPipe } from '@nestjs/common';
|
||||
import { MigrationService } from './migration.service';
|
||||
import { ImportCorrespondenceDto } from './dto/import-correspondence.dto';
|
||||
import { JwtAuthGuard } from '../../common/guards/jwt-auth.guard';
|
||||
import { CurrentUser } from '../../common/decorators/current-user.decorator';
|
||||
import { ApiTags, ApiOperation, ApiBearerAuth, ApiHeader, ApiQuery, ApiParam } from '@nestjs/swagger';
|
||||
import { MigrationQueueQueryDto } from './dto/migration-queue-query.dto';
|
||||
import { Get, Param, Query, Res, ParseIntPipe, Body, Headers, Post, UseGuards } from '@nestjs/common';
|
||||
import type { Response } from 'express';
|
||||
|
||||
@ApiTags('Migration')
|
||||
|
||||
Reference in New Issue
Block a user