init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { GitlabStorageService } from './gitlab-storage.service';
|
||||
|
||||
@Module({
|
||||
providers: [GitlabStorageService],
|
||||
exports: [GitlabStorageService],
|
||||
})
|
||||
export class GitlabStorageModule {}
|
||||
Reference in New Issue
Block a user