mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +00:00
feat: add Platform GraphQL client service for lead lookup and CRUD
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { ConfigModule } from '@nestjs/config';
|
||||
import configuration from './config/configuration';
|
||||
import { PlatformModule } from './platform/platform.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -8,6 +9,7 @@ import configuration from './config/configuration';
|
||||
load: [configuration],
|
||||
isGlobal: true,
|
||||
}),
|
||||
PlatformModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user