add minio service and start workaround on CI pipeline
This commit is contained in:
9
src/Minio/minio.service.ts
Normal file
9
src/Minio/minio.service.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { forwardRef, Inject, Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class MinioService {
|
||||
constructor(
|
||||
@Inject(forwardRef(() => ConfigService))
|
||||
private configService: ConfigService,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user