feat(CC-066): add ActionPlansModule
This commit is contained in:
parent
9a67e49605
commit
a8d8e4fc32
1 changed files with 5 additions and 0 deletions
5
src/action-plans/action-plans.module.ts
Normal file
5
src/action-plans/action-plans.module.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Module } from '@nestjs/common';
|
||||
import { ActionPlansController } from './action-plans.controller';
|
||||
|
||||
@Module({ controllers: [ActionPlansController] })
|
||||
export class ActionPlansModule {}
|
||||
Loading…
Reference in a new issue