Add hoarding

This commit is contained in:
2024-11-01 16:34:32 -06:00
parent d9dfda60d8
commit d6390d365c
5 changed files with 61 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ import { APP_INTERCEPTOR } from '@nestjs/core';
import { JunkDrawerModule } from './junk-drawer/junk-drawer.module';
import { EmailModule } from './email/email.module';
import { ContactModule } from './contact/contact.module';
import { HoardingModule } from './hoarding/hoarding.module';
@Module({
imports: [
@@ -104,6 +105,7 @@ import { ContactModule } from './contact/contact.module';
JunkDrawerModule,
EmailModule,
ContactModule,
HoardingModule,
],
controllers: [AppController],
providers: [