เปลี่ยนรหัสผ่าน
This commit is contained in:
parent
b04417039e
commit
3272fae13b
2 changed files with 35 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import env from './index'
|
||||
const leave = `${env.API_URI}/leave`
|
||||
const urlFile = `${env.API_URI}/salary`
|
||||
const orgKeycloak = `${env.API_URI}/org/keycloak`
|
||||
|
||||
export default {
|
||||
checkin: () => `${leave}/check-in`,
|
||||
|
|
@ -11,4 +12,6 @@ export default {
|
|||
keycloakPosition: () => `${env.API_URI}/org/profile/keycloak/position`,
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${urlFile}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
||||
resetPassword:`${orgKeycloak}/user/change-password`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue