init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { EncryptionService } from './services/EncryptionService';
|
||||
|
||||
@Module({
|
||||
providers: [EncryptionService],
|
||||
exports: [EncryptionService]
|
||||
})
|
||||
export class EncryptionModule {}
|
||||
Reference in New Issue
Block a user