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 { ServiceSchema } from './service.schema';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
providers: [ServiceSchema],
|
||||
exports: [ServiceSchema],
|
||||
|
||||
Reference in New Issue
Block a user