otp in database

This commit is contained in:
2026-01-20 20:27:01 +03:30
parent 897db44c66
commit 6ba36ca130
13 changed files with 113 additions and 124 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
import { Module } from '@nestjs/common';
import { CacheService } from './cache.service';
@Module({
imports: [],
controllers: [],
providers: [CacheService, ],
exports: [CacheService],
providers: [ ],
exports: [],
})
export class UtilsModule {}