fix: cannot get subfolder without authenticated

This commit is contained in:
Methapon2001 2023-11-20 15:54:02 +07:00
parent 44259437f6
commit ba4d615d12
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -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,