@@ -8,12 +8,7 @@ import {
Post,
Put,
} from '@nestjs/common';
-import {
- ApiBody,
- ApiOperation,
- ApiResponse,
- ApiTags,
-} from '@nestjs/swagger';
+import { ApiBody, ApiOperation, ApiResponse, ApiTags } from '@nestjs/swagger';
import {
CategoryDto,
CreateCategoryDto,
import { TagService } from './tag.service';
import { MongoIdParamDto } from '../common/mongo-id.dto';
import { CreateTagDto, ListTagDto, TagDto, UpdateTagDto } from './tag.dto';