Fixing file name casing
This commit is contained in:
9
src/CenterStaff/centerstaff.module.ts
Normal file
9
src/CenterStaff/centerstaff.module.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { CenterStaffSchema } from './centerstaff.schema';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
providers: [CenterStaffSchema],
|
||||
exports: [CenterStaffSchema],
|
||||
})
|
||||
export class CenterStaffModule {}
|
||||
Reference in New Issue
Block a user