We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded8f05 commit cedce4eCopy full SHA for cedce4e
src/core/filestorage/filestorage.controller.ts
@@ -17,7 +17,7 @@ import { TransformersFilestorageService } from './_services/transformers-filesto
17
import { FilestorageService } from './filestorage.service'
18
import { ApiFileUploadDecorator } from '~/_common/decorators/api-file-upload.decorator'
19
20
-@ApiTags('default')
+@ApiTags('core/filestorage')
21
@Controller('filestorage')
22
export class FilestorageController extends AbstractController {
23
protected static readonly projection: PartialProjectionType<FilestorageDto> = {
0 commit comments