This commit is contained in:
setthawutttty 2024-11-12 17:25:53 +07:00
parent 7881c9e2ef
commit 7a55c19511
3 changed files with 27 additions and 2 deletions

View file

@ -102,4 +102,6 @@ export default {
/** View Work Flow*/
viewWorkflow: `${organization}/view-workflow`,
};

View file

@ -4,4 +4,5 @@ const log = `${env.API_LOG}/log`;
export default {
log,
reportLog: `${log}/report/logsList`,
};