no message

This commit is contained in:
STW_TTTY\stwtt 2024-05-21 13:29:53 +07:00
parent fb2b9b4c30
commit 6a763e819b
4 changed files with 18 additions and 10 deletions

View file

@ -86,5 +86,5 @@ export default {
orgProfileEmp: `${orgEmployeePos}/profile`,
orgSearchProfileEmp: `${orgProfile}-employee/search`,
orgProfileById:(id:string)=>`${orgProfile}/${id}`
orgProfileById:(id:string,type:string)=>`${orgProfile}${type}/${id}`
};