Skip to content

Commit

Permalink
modules export file update
Browse files Browse the repository at this point in the history
  • Loading branch information
AllStackDev1 committed Oct 29, 2024
1 parent 3546f88 commit 5c23b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/di/modules/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './server.module';
export * from './models.module';
export * from './services.module';
export * from './thirdparty.module';
export * from './middleware.module';
export * from './controllers.module';
export * from './repositories.module';

0 comments on commit 5c23b73

Please sign in to comment.