From ba4d615d12ed6d74424c14159d1ad89e6f83aff5 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:54:02 +0700 Subject: [PATCH] fix: cannot get subfolder without authenticated --- Prototype/server/src/controllers/subFolderController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Prototype/server/src/controllers/subFolderController.ts b/Prototype/server/src/controllers/subFolderController.ts index 0c96cb7..5e7b68b 100644 --- a/Prototype/server/src/controllers/subFolderController.ts +++ b/Prototype/server/src/controllers/subFolderController.ts @@ -25,7 +25,6 @@ import minioClient from "../storage"; export class SubFolderController extends Controller { @Get("/{cabinetName}/drawer/{drawerName}/folder/{folderName}/subfolder") @Tags("SubFolder") - @Security("bearerAuth") @SuccessResponse(HttpStatusCode.OK) public async listFolder( @Path() cabinetName: string,