รายละเอียดข้อมูลผ้สอบผ่าน
This commit is contained in:
parent
2317839c7a
commit
b4c7a29220
3 changed files with 178 additions and 93 deletions
|
|
@ -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}`
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue