Skip to content

Commit

Permalink
Refact : 컨트롤러에서 상세 조회 swagger 이름 변경
Browse files Browse the repository at this point in the history
- 조회 -> 상세 조회로 변경

Related to #35
  • Loading branch information
Zamoca42 committed Feb 25, 2024
1 parent 2f4c341 commit ae9c06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/toeic/toeic.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import { ToeicService } from './toeic.service';
import { ApiSwagger } from '../common/swagger/api.decorator';
import { ResponseEntity } from '../common/entity/response.entity';
import { PatchToeicWithQuestion } from './dto/patch-quesion.dto';
import { ApiTags } from '@nestjs/swagger';

@ApiTags('토익 문제')
@Controller('toeic')
export class ToeicController {
constructor(private readonly toeicService: ToeicService) {}
Expand Down

0 comments on commit ae9c06d

Please sign in to comment.