fix
This commit is contained in:
@@ -13,6 +13,7 @@ import { EmailModule } from './email';
|
||||
import { AgentTypesModule } from './agent-types';
|
||||
import { AgentsModule } from './agents';
|
||||
import { UploadModule } from './upload';
|
||||
import { ProfileFieldsModule } from './profile-fields';
|
||||
import { AppController } from './app.controller';
|
||||
import { AppService } from './app.service';
|
||||
|
||||
@@ -49,6 +50,7 @@ import { AppService } from './app.service';
|
||||
AgentTypesModule,
|
||||
AgentsModule,
|
||||
UploadModule,
|
||||
ProfileFieldsModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [
|
||||
|
||||
Reference in New Issue
Block a user