Merge branch 'oat_dev' into develop

This commit is contained in:
oat_dev 2024-03-20 15:54:02 +07:00
commit 2fc310bf51

View file

@ -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) =>