Mailservice

This commit is contained in:
Bastian Wagner
2025-01-20 13:17:00 +01:00
parent abb703f592
commit add2fd0240
19 changed files with 3071 additions and 67 deletions

View File

@@ -13,6 +13,8 @@ import { CylinderModule } from './modules/cylinder/cylinder.module';
import { SystemModule } from './modules/system/system.module';
import { CacheInterceptor, CacheModule } from '@nestjs/cache-manager';
import { APP_INTERCEPTOR } from '@nestjs/core';
import { MailModule } from './modules/mail/mail.module';
import { LogModule } from './modules/log/log.module';
@Module({
imports: [
@@ -29,6 +31,8 @@ import { APP_INTERCEPTOR } from '@nestjs/core';
CustomerModule,
CylinderModule,
SystemModule,
MailModule,
LogModule,
],
controllers: [AppController],
providers: [