diff --git a/src/api/registry/api.registry.ts b/src/api/registry/api.registry.ts index 1ef2f4673..cee74e8de 100644 --- a/src/api/registry/api.registry.ts +++ b/src/api/registry/api.registry.ts @@ -4,6 +4,8 @@ const registryNew = `${env.API_URI}/org/profile/`; export default { registryNew, + registryNewByProfileId: (profileId : string) => `${registryNew}${profileId}`, + // เครื่องราชฯ profileNewInsign: `${registryNew}insignia`, profileNewInsignByProfileId: (profileId: string) =>