Skip to content

Commit

Permalink
Merge branch 'feature/SNP-70' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sungho95 committed Dec 19, 2023
2 parents 4577c5c + 804519c commit f07bd29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { OauthModule } from './oauth/oauth.module';
import { CommonModule } from './common/common.module';
import Joi from '@hapi/joi';
import { LetterModule } from './letters/letter.module';
import { AppController } from './app.controller';

@Module({
imports: [
Expand All @@ -34,6 +35,8 @@ import { LetterModule } from './letters/letter.module';
CommonModule,
LetterModule,
],
controllers: [AppController],
providers: [],
})
export class AppModule implements NestModule {
configure(consumer: MiddlewareConsumer) {
Expand Down

0 comments on commit f07bd29

Please sign in to comment.