feat(gateway): expose Mos coordination boundary (#737)
This commit was merged in pull request #737.
This commit is contained in:
@@ -2,6 +2,7 @@ import { Module } from '@nestjs/common';
|
||||
import { InMemoryMosCoordinationPort } from '@mosaicstack/coord';
|
||||
import { CoordService } from './coord.service.js';
|
||||
import { CoordController } from './coord.controller.js';
|
||||
import { MosCoordinationController } from './mos-coordination.controller.js';
|
||||
import {
|
||||
MOS_COORDINATION_CONFIG,
|
||||
MOS_COORDINATION_PORT,
|
||||
@@ -24,7 +25,7 @@ import {
|
||||
},
|
||||
MosCoordinationService,
|
||||
],
|
||||
controllers: [CoordController],
|
||||
controllers: [CoordController, MosCoordinationController],
|
||||
exports: [CoordService, MosCoordinationService],
|
||||
})
|
||||
export class CoordModule {}
|
||||
|
||||
Reference in New Issue
Block a user