This commit is contained in:
2025-11-10 23:23:44 +03:30
parent 6a25bf9116
commit 4c274c3118
7 changed files with 257 additions and 0 deletions
+2
View File
@@ -14,6 +14,7 @@ import { UploaderModule } from './modules/uploader/uploader.module';
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';
@Module({
imports: [
@@ -41,6 +42,7 @@ import { ThrottlerModule } from '@nestjs/throttler';
limit: 5, // max requests per window
},
]),
RestaurantsModule,
],
controllers: [],
// providers: [CacheService],