This commit is contained in:
2025-11-13 08:35:47 +03:30
parent 8c02c80a09
commit 75117b5bd1
7 changed files with 77 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ import { AdminModule } from './modules/admin/admin.module';
// import { CacheService } from './modules/utils/cache.service';
import { ThrottlerModule } from '@nestjs/throttler';
import { RestaurantsModule } from './modules/restaurants/restaurants.module';
import { FoodsModule } from './modules/foods/foods.module';
@Module({
imports: [
@@ -43,6 +44,7 @@ import { RestaurantsModule } from './modules/restaurants/restaurants.module';
},
]),
RestaurantsModule,
FoodsModule,
],
controllers: [],
// providers: [CacheService],