Skip to content

Commit

Permalink
feat : 답장 모듈 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Dec 30, 2023
1 parent 95b090d commit e5b1b46
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 291 deletions.
83 changes: 0 additions & 83 deletions src/answers/answer.controller.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/answers/answer.module.ts

This file was deleted.

27 changes: 0 additions & 27 deletions src/answers/answer.repository.ts

This file was deleted.

44 changes: 0 additions & 44 deletions src/answers/answer.service.ts

This file was deleted.

49 changes: 0 additions & 49 deletions src/answers/dtos/answer.request.dto.ts

This file was deleted.

76 changes: 0 additions & 76 deletions src/answers/dtos/answer.response.dto.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { CommonModule } from './common/common.module';
import Joi from '@hapi/joi';
import { LetterModule } from './letters/letter.module';
import { AppController } from './app.controller';
import { AnswerModule } from './answers/answer.module';
import { PrometheusModule } from '@willsoto/nestjs-prometheus';
import { MailsModule } from './mails/mails.module';
@Module({
Expand Down Expand Up @@ -37,7 +36,6 @@ import { MailsModule } from './mails/mails.module';
OauthModule,
CommonModule,
LetterModule,
AnswerModule,
MailsModule,
],
controllers: [AppController],
Expand Down

0 comments on commit e5b1b46

Please sign in to comment.