refactor code & fixed location
This commit is contained in:
parent
41c1aa8e45
commit
487a6b520e
23 changed files with 566 additions and 145 deletions
|
|
@ -9,7 +9,8 @@ export default {
|
|||
checkStatus: () => `${leave}/check-status`,
|
||||
|
||||
keycloakLogSSO: `${env.API_URI}/org/keycloak/log/sso`,
|
||||
keycloakPosition: () => `${env.API_URI}/org/profile/keycloak/position`,
|
||||
keycloakPosition: () =>
|
||||
`${env.API_URI}/org/profile/keycloak/position-checkin`,
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${urlFile}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue