Skip to content

Commit cedce4e

Browse files
committed
chore: Refactor FilestorageController to use core/filestorage tag
1 parent ded8f05 commit cedce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/filestorage/filestorage.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { TransformersFilestorageService } from './_services/transformers-filesto
1717
import { FilestorageService } from './filestorage.service'
1818
import { ApiFileUploadDecorator } from '~/_common/decorators/api-file-upload.decorator'
1919

20-
@ApiTags('default')
20+
@ApiTags('core/filestorage')
2121
@Controller('filestorage')
2222
export class FilestorageController extends AbstractController {
2323
protected static readonly projection: PartialProjectionType<FilestorageDto> = {

0 commit comments

Comments
 (0)