refactor source code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Module, Global } from '@nestjs/common';
|
||||
import { MinioService } from './minio.service';
|
||||
import { NestMinioModule } from 'nestjs-minio';
|
||||
import { Module, Global } from '@nestjs/common'
|
||||
import { MinioService } from './minio.service'
|
||||
import { NestMinioModule } from 'nestjs-minio'
|
||||
@Global()
|
||||
@Module({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user