Skip to content

Commit 0613b3d

Browse files
committed
스케줄 모듈 추가 및 app.module.ts에 등록
1 parent fcb6a00 commit 0613b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/api/src/app.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { ReportsModule } from './reports/reports.module';
1212
import { BudgetsModule } from './budgets/budgets.module';
1313
import { DashboardModule } from './dashboard/dashboard.module';
1414
import { InstallmentsModule } from './installments/installments.module';
15+
import { SchedulesModule } from './schedules/schedules.module';
1516

1617
@Module({
1718
imports: [
@@ -26,6 +27,7 @@ import { InstallmentsModule } from './installments/installments.module';
2627
BudgetsModule,
2728
DashboardModule,
2829
InstallmentsModule,
30+
SchedulesModule,
2931
],
3032
controllers: [AppController],
3133
providers: [AppService],

0 commit comments

Comments
 (0)