fix: cannot get subfolder without authenticated
This commit is contained in:
parent
44259437f6
commit
ba4d615d12
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue