refactor and update get url logic
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { Module } from '@nestjs/common';
|
||||
import { WorkshopOrganizationSchema } from './workshoporganization.schema';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
providers: [WorkshopOrganizationSchema],
|
||||
exports: [WorkshopOrganizationSchema],
|
||||
|
||||
Reference in New Issue
Block a user