mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
refactor: mail services to nestjs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { MailTenancy } from './MailTenancy.service';
|
||||
import { TenancyContext } from '../Tenancy/TenancyContext.service';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
providers: [MailTenancy, TenancyContext],
|
||||
})
|
||||
export class MailTenancyModule {}
|
||||
Reference in New Issue
Block a user