Add hoarding
This commit is contained in:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user