เปลี่ยนรหัสผ่าน

This commit is contained in:
setthawutttty 2025-02-21 13:06:04 +07:00
parent b04417039e
commit 3272fae13b
2 changed files with 35 additions and 4 deletions

View file

@ -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`
}