Skip to content
Snippets Groups Projects
Unverified Commit bcc3380c authored by CyberRex's avatar CyberRex Committed by GitHub
Browse files

fix(backend): Set correct access control of admin/drive/files (#9472)

parent 047262ab
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import { DriveFileEntityService } from '@/core/entities/DriveFileEntityService.j
export const meta = {
tags: ['admin'],
requireCredential: false,
requireCredential: true,
requireModerator: true,
res: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment