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