Skip to content

Commit

Permalink
한줄 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
codeing999 committed Jul 24, 2023
1 parent 93d1c3a commit 5d60049
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/module/counseling/api/counseling.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
Body,
Query,
UseGuards,
UseFilters,
HttpException,
} from '@nestjs/common';
import { CounselingService } from '../domain/counseling.service';
import { CreateCounselingDto, UpdateCounselingDto } from './counseling.dto';
Expand All @@ -21,7 +19,6 @@ import {
InvalidCounselingInfoError,
counselingDataBaseError,
} from './../counseling.error';
import { HttpExceptionFilter } from './../../../http-exception.filter';
import { Response } from './../../../response';

@Controller('counseling')
Expand Down

0 comments on commit 5d60049

Please sign in to comment.