Skip to content

Instantly share code, notes, and snippets.

@royib
Created January 19, 2022 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save royib/a9a69fb3cedc5a5f4e087bdab115d442 to your computer and use it in GitHub Desktop.
Save royib/a9a69fb3cedc5a5f4e087bdab115d442 to your computer and use it in GitHub Desktop.
import { Module } from '@nestjs/common';
import { MongoDataServicesModule } from '../../frameworks/data-services/mongo/mongo-data-services.module';
@Module({
imports: [MongoDataServicesModule],
exports: [MongoDataServicesModule],
})
export class DataServicesModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment