From 6c9b594ae0dc4338381c6ca0c1b5bb49482aed94 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Sun, 30 Jun 2024 22:55:32 +0700 Subject: [PATCH] fixing role --- src/modules/04_registryNew/router.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/04_registryNew/router.ts b/src/modules/04_registryNew/router.ts index 1f5bc5ec3..2453cbf08 100644 --- a/src/modules/04_registryNew/router.ts +++ b/src/modules/04_registryNew/router.ts @@ -10,7 +10,7 @@ export default [ meta: { Auth: true, Key: [7], - Role: "organization", + Role: "registry", }, }, { @@ -20,7 +20,7 @@ export default [ meta: { Auth: true, Key: [7], - Role: "organization", + Role: "registry", }, }, { @@ -30,7 +30,7 @@ export default [ meta: { Auth: true, Key: [7], - Role: "organization", + Role: "registry", }, }, @@ -41,7 +41,7 @@ export default [ // meta: { // Auth: true, // Key: [7], - // Role: "organization", + // Role: "registry", // }, // }, ];