diff --git a/src/api/registry/api.registry.ts b/src/api/registry/api.registry.ts index da9223ed6..f51e1e8a2 100644 --- a/src/api/registry/api.registry.ts +++ b/src/api/registry/api.registry.ts @@ -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}`, };