Skip to content

Commit

Permalink
update batch role
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed Jun 9, 2024
1 parent 3ab100b commit 72fdadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/src/routes/admin/v2/batch/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const adminRouter = express.Router();

adminRouter.post(
"/upload-admins",
makeAuthorization(AuthorizationRole.OWNER_AND_COLLABORATOR),
makeAuthorization(AuthorizationRole.ONLY_OWNER),
makeExpressCallback(batchUploadAdminsController)
);

Expand Down

0 comments on commit 72fdadb

Please sign in to comment.