change otp

This commit is contained in:
2026-04-09 10:32:25 +03:30
parent e61211829c
commit 58e1d97294
9 changed files with 98 additions and 88 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
import { Module } from '@nestjs/common';
import { CacheService } from './cache.service';
@Module({
imports: [],
controllers: [],
providers: [ ],
exports: [],
providers: [CacheService],
exports: [CacheService],
})
export class UtilsModule {}
export class UtilsModule { }