ผูก API รายลงเวลาปฏิบัติงานของ Admin (รายการลงเวลา)

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-15 14:25:45 +07:00
parent c76af202de
commit e693e024e6
9 changed files with 557 additions and 295 deletions

View file

@ -3,4 +3,7 @@ const leave = `${env.API_URI}/leave`;
export default {
roundDutytime: () => `${leave}/duty-time`,
roundDutytimeByid: (id: string) => `${leave}/duty-time/${id}`,
/**รายการลงเวลาปฏิบัติงาน */
logRecord: () => `${leave}/log-record`,
};