From 56b55c72a0f558c3bc8138359ce965ecd2a1688e Mon Sep 17 00:00:00 2001 From: oat_dev Date: Tue, 19 Mar 2024 10:35:58 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= =?UTF-8?q?=E0=B8=AA=E0=B8=B2=E0=B8=A1=E0=B8=B2=E0=B8=A3=E0=B8=96=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=80=E0=B8=A8=E0=B8=A9=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/registry/api.registry.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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}`, };