Skip to content

Commit

Permalink
Merge pull request #80 from modern-agile-team/feature/notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hobiJeong authored Oct 27, 2023
2 parents b7441dd + a38e0e1 commit 33fb5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/notice/controllers/notice.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import {
import { NoticeService } from '../services/notice.service';
import { TokenService } from 'src/auth/services/token.service';
import { ApiTags } from '@nestjs/swagger';
import { ApiGetAllNotifications } from '../swagger-decorators/get-all-notifications.decorator copy';
import { ApiUpdateUnSeenNotification } from '../swagger-decorators/update-un-seen-notification.decorator copy';
import { ApiGetAllNotifications } from '../swagger-decorators/get-all-notifications.decorator';
import { ApiUpdateUnSeenNotification } from '../swagger-decorators/update-un-seen-notification.decorator';
import { ApiHardDeleteNotificatons } from '../swagger-decorators/hard-delete-notifications.decorator';

@ApiTags('BOARD-NOTICE')
Expand Down

0 comments on commit 33fb5cd

Please sign in to comment.