API workflow
This commit is contained in:
parent
95cfcee530
commit
a6c7981fd8
5 changed files with 228 additions and 97 deletions
|
|
@ -6,6 +6,7 @@ const orgProfile = `${env.API_URI}/org/profile`;
|
|||
const orgEmployeePos = `${env.API_URI}/org/employee/pos`;
|
||||
const orgAct = `${env.API_URI}/org/act`;
|
||||
const orgPosAct = `${env.API_URI}/org/pos/act`;
|
||||
const workflow = `${env.API_URI}/org/workflow`;
|
||||
|
||||
export default {
|
||||
keycloakPosition: () => `${organization}/profile/keycloak/position`,
|
||||
|
|
@ -134,4 +135,9 @@ export default {
|
|||
orgPermissionsSys: `${organization}/permission`,
|
||||
|
||||
checkIsOfficer: (id: string) => `${organization}/check/child1/${id}`,
|
||||
|
||||
/**
|
||||
* workflow
|
||||
*/
|
||||
workflow: `${workflow}/`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue