feat(CC-067): add OutcomeReviewsModule
This commit is contained in:
parent
c2a070b33f
commit
71b2ed43ee
1 changed files with 5 additions and 0 deletions
5
src/outcome-reviews/outcome-reviews.module.ts
Normal file
5
src/outcome-reviews/outcome-reviews.module.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Module } from '@nestjs/common';
|
||||
import { OutcomeReviewsController } from './outcome-reviews.controller';
|
||||
|
||||
@Module({ controllers: [OutcomeReviewsController] })
|
||||
export class OutcomeReviewsModule {}
|
||||
Loading…
Reference in a new issue