Merge branch 'oat_dev' into develop

This commit is contained in:
oat_dev 2024-03-19 10:36:10 +07:00
commit b3b78005c1

View file

@ -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}`,
};