Skip to content

Commit

Permalink
[fix]안쓰는 axios 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
HBLEEEEE committed Nov 22, 2024
1 parent 0606564 commit 86f90c3
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 86f90c3

Please sign in to comment.