Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kSantiagoP authored Oct 8, 2024
1 parent bcf6d31 commit 8a07f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { AlertsModule } from './modules/alert/alerts.module';
UploadModule,
CurriculumModule,
ApplicationsModule,
TypeOrmModule.forFeature([UsersEntity])
TypeOrmModule.forFeature([UsersEntity]),
AlertsModule,
],
controllers: [AppController],
Expand Down

0 comments on commit 8a07f4f

Please sign in to comment.