We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e609ce + dd0300b commit 6c9b3e9Copy full SHA for 6c9b3e9
server/src/file/controller/file.controller.ts
@@ -18,6 +18,7 @@ import { createDynamicStorage } from '../../common/disk/diskStorage';
18
import { ApiResponse } from '../../common/response/common.response';
19
import { ApiUploadProfileFile } from '../api-docs/uploadProfileFile.api-docs';
20
import { ApiDeleteFile } from '../api-docs/deleteFile.api-docs';
21
+
22
@ApiTags('File')
23
@Controller('file')
24
@UseGuards(JwtGuard)
0 commit comments