old version placed
This commit is contained in:
9
apimaps/accesible/pageInfo.ts
Normal file
9
apimaps/accesible/pageInfo.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
const AccesibleAllEndpoints = [
|
||||
"/event/list",
|
||||
"/bind/services/occupant",
|
||||
"/bind/services/employee",
|
||||
];
|
||||
|
||||
const AccesibleSelfEndpoints = ["/event/list"];
|
||||
|
||||
export { AccesibleAllEndpoints, AccesibleSelfEndpoints };
|
||||
18
apimaps/accesible/subCategories.tsx
Normal file
18
apimaps/accesible/subCategories.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
const AccesibleCategories = [
|
||||
{
|
||||
title: {
|
||||
tr: "Yetkiler",
|
||||
en: "Permissions",
|
||||
},
|
||||
icon: "PackageCheck",
|
||||
component: null,
|
||||
selfEndpoints: [
|
||||
"/event/list",
|
||||
"/bind/services/occupant",
|
||||
"/bind/services/employee",
|
||||
],
|
||||
allEndpoints: [],
|
||||
subCategories: [],
|
||||
},
|
||||
];
|
||||
export { AccesibleCategories };
|
||||
Reference in New Issue
Block a user