โครงสร้างอัตรากำลัง => เพิ่ม permission

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-20 10:37:03 +07:00
parent 0f87ad1b5b
commit 0cc0b224c4
9 changed files with 84 additions and 49 deletions

View file

@ -16,8 +16,9 @@ export default {
file: (name: string, group: string, id: string) =>
`${url}/file/${name}/${group}/${id}`,
KpiFile,
fileByPath: (name: string) =>
`${url}/file/${name}`,
fileByPath: (name: string) => `${url}/file/${name}`,
fileByFile: (name: string, group: string, id: string, fileName: string) =>
`${url}/file/${name}/${group}/${id}/${fileName}`,
filefullPath: (path: string) => `${url}/file/${path}`,
};