รายละเอียดข้อมูลผ้สอบผ่าน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-11 17:58:24 +07:00
parent 2317839c7a
commit b4c7a29220
3 changed files with 178 additions and 93 deletions

View file

@ -3,4 +3,12 @@
*/
import env from "../index";
export default {};
const placement = `${env.API_URI}/Placement/placement`
export default {
getDatapersonal: (id: string) => `${placement}/personal/${id}`,
putProperty: (id: string) => `${placement}/property/${id}`
};