แก้อัพไฟล์

This commit is contained in:
setthawutttty 2025-01-29 09:56:04 +07:00
parent 15c1c2038f
commit e92997302b
13 changed files with 448 additions and 108 deletions

View file

@ -1,6 +1,7 @@
import env from "../index";
const registryNew = `${env.API_URI}/org/profile`;
const org = `${env.API_URI}/org`;
const metadata = `${env.API_URI}/org/metadata/`;
export default {
@ -42,6 +43,10 @@ export default {
profileNewInsign: (type: string) => `${registryNew}${type}/insignia`,
profileNewInsignByProfileId: (profileId: string, type: string) =>
`${registryNew}${type}/insignia/${profileId}`,
orgInsigniaActive: () =>
`${org}/insignia/insignia-type/active`,
profileNewInsignById: (dataId: string, type: string) =>
`${registryNew}${type}/insignia/${dataId}`,
profileNewInsignHisById: (dataId: string, type: string) =>