ทะเบียนประวัติ: ความสามารถพิเศษ API
This commit is contained in:
parent
7b97178507
commit
56b55c72a0
1 changed files with 9 additions and 0 deletions
|
|
@ -36,4 +36,13 @@ profileNewEducationByEducationId: (educationId: string) =>
|
|||
`${registryNew}educations/${educationId}`,
|
||||
profileNewEducationHisByEducationId: (educationsId: string) =>
|
||||
`${registryNew}educations/history/${educationsId}`,
|
||||
|
||||
// ความสามารถพิเศษ
|
||||
profileNewAbility: `${registryNew}ability`,
|
||||
profileNewAbilityByProfileId: (profileId: string) =>
|
||||
`${registryNew}ability/${profileId}`,
|
||||
profileNewAbilityByAbilityId: (educationId: string) =>
|
||||
`${registryNew}ability/${educationId}`,
|
||||
profileNewAbilityHisByAbilityId: (abilityId: string) =>
|
||||
`${registryNew}ability/history/${abilityId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue