mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +00:00
feat: wire sidecar to platform — auth proxy with workspace subdomain, GraphQL proxy, health check
This commit is contained in:
@@ -6,6 +6,9 @@ import { AuthModule } from './auth/auth.module';
|
||||
import { PlatformModule } from './platform/platform.module';
|
||||
import { ExotelModule } from './exotel/exotel.module';
|
||||
import { CallEventsModule } from './call-events/call-events.module';
|
||||
import { OzonetelAgentModule } from './ozonetel/ozonetel-agent.module';
|
||||
import { GraphqlProxyModule } from './graphql-proxy/graphql-proxy.module';
|
||||
import { HealthModule } from './health/health.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -18,6 +21,9 @@ import { CallEventsModule } from './call-events/call-events.module';
|
||||
PlatformModule,
|
||||
ExotelModule,
|
||||
CallEventsModule,
|
||||
OzonetelAgentModule,
|
||||
GraphqlProxyModule,
|
||||
HealthModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user