Add names api
This commit is contained in:
@@ -30,6 +30,7 @@ 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';
|
||||
import { NamesModule } from './names/names.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -106,6 +107,7 @@ import { HoardingModule } from './hoarding/hoarding.module';
|
||||
EmailModule,
|
||||
ContactModule,
|
||||
HoardingModule,
|
||||
NamesModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user