mcp
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
import { ListsModule } from '../lists/lists.module';
|
||||
import { DailyDashboardSnapshotEntity } from './daily-dashboard-snapshot.entity';
|
||||
import { DashboardController } from './dashboard.controller';
|
||||
@@ -8,6 +9,7 @@ import { WeeklyListSuggestionSnapshotEntity } from './weekly-list-suggestion-sna
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
AuthModule,
|
||||
ListsModule,
|
||||
TypeOrmModule.forFeature([
|
||||
DailyDashboardSnapshotEntity,
|
||||
|
||||
Reference in New Issue
Block a user