fixing role
This commit is contained in:
parent
0147977dfc
commit
6c9b594ae0
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
// },
|
||||
// },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue