Skip to content

Commit

Permalink
Merge pull request #91 from boostcampwm-2024/be/fix/mailfix
Browse files Browse the repository at this point in the history
[BE/fix] 잘못 사용한 axios 코드 제거
  • Loading branch information
edder773 authored Nov 22, 2024
2 parents 0606564 + 86f90c3 commit 318df1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/backend/src/mail/mail.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ import { EventEmitterModule } from '@nestjs/event-emitter';
import { JwtModule } from '@nestjs/jwt';
import { ConfigModule, ConfigService } from '@nestjs/config';
import { MailRedisUtil } from './util/mailRedisUtil';
import { HttpModule } from '@nestjs/axios';

@Module({
imports: [
DatabaseModule,
HttpModule.register({
timeout: 5000,
maxRedirects: 5
}),
EventEmitterModule.forRoot(),
JwtModule.registerAsync({
imports: [ConfigModule],
Expand Down

0 comments on commit 318df1c

Please sign in to comment.