feat: harden platform workflows and UI governance
This commit is contained in:
@@ -2,9 +2,10 @@ import { Module } from '@nestjs/common';
|
||||
import { FilesController } from './files.controller';
|
||||
import { FilesService } from './files.service';
|
||||
import { ObjectStorageService } from './object-storage.service';
|
||||
import { ClientFilesController } from './client-files.controller';
|
||||
|
||||
@Module({
|
||||
controllers: [FilesController],
|
||||
controllers: [FilesController, ClientFilesController],
|
||||
providers: [FilesService, ObjectStorageService],
|
||||
exports: [FilesService, ObjectStorageService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user