This commit is contained in:
2025-11-16 10:37:03 +03:30
parent ad4b2e2c89
commit fae765e05a
8 changed files with 45 additions and 30 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ import { FoodModule } from './modules/foods/food.module';
FoodModule,
],
controllers: [],
// providers: [CacheService],
providers: [],
// exports: [CacheService],
})
export class AppModule {}