Merge branch 'oat_dev' into develop
This commit is contained in:
commit
b3b78005c1
1 changed files with 9 additions and 0 deletions
|
|
@ -36,4 +36,13 @@ profileNewEducationByEducationId: (educationId: string) =>
|
||||||
`${registryNew}educations/${educationId}`,
|
`${registryNew}educations/${educationId}`,
|
||||||
profileNewEducationHisByEducationId: (educationsId: string) =>
|
profileNewEducationHisByEducationId: (educationsId: string) =>
|
||||||
`${registryNew}educations/history/${educationsId}`,
|
`${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