Skip to content

Commit

Permalink
fix(backend): Set correct access control of admin/drive/files
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRex0 committed Jan 5, 2023
1 parent 047262a commit 9d0d57d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ import { DriveFileEntityService } from '@/core/entities/DriveFileEntityService.j
export const meta = {
tags: ['admin'],

requireCredential: false,
requireCredential: true,
requireModerator: true,

res: {
Expand Down

0 comments on commit 9d0d57d

Please sign in to comment.