troi mua qua
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { ServiceSchema } from './service.schema';
|
||||
|
||||
@Module({})
|
||||
@Global()
|
||||
@Module({
|
||||
providers: [ServiceSchema],
|
||||
exports: [ServiceSchema],
|
||||
})
|
||||
export class ServiceModule {}
|
||||
|
||||
Reference in New Issue
Block a user