Skip to content

Commit

Permalink
remove file modula temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruiz committed Oct 5, 2023
1 parent d291e2f commit 8abb133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Module } from '@nestjs/common';
import { UsersModule } from './users/users.module';
import { FilesModule } from './files/files.module';
// import { FilesModule } from './files/files.module';
import { AuthModule } from './auth/auth.module';
import databaseConfig from './config/database.config';
import authConfig from './config/auth.config';
Expand Down Expand Up @@ -84,7 +84,7 @@ import { TicketRevenuesModule } from './ticket-revenues/ticket-revenues.module';
inject: [ConfigService],
}),
UsersModule,
FilesModule,
// FilesModule,
AuthModule,
AuthFacebookModule,
AuthGoogleModule,
Expand Down

0 comments on commit 8abb133

Please sign in to comment.