refactor and update get url logic

This commit is contained in:
2024-10-17 17:02:03 +07:00
parent 4721077370
commit f9967ac5bd
22 changed files with 45 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
import { Global, Module } from '@nestjs/common';
import { Module } from '@nestjs/common';
import { ScheduleSchema } from './schedule.schema';
@Global()
@Module({
providers: [ScheduleSchema],
exports: [ScheduleSchema],