foods
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user