เครื่องราชฯ เพิ่ม สถานภาพ

This commit is contained in:
setthawutttty 2025-02-19 14:35:38 +07:00
parent e3e9d31fb6
commit 3c6a4df8aa
2 changed files with 47 additions and 22 deletions

View file

@ -6,7 +6,7 @@ const metadata = `${env.API_URI}/org/metadata/`;
export default {
registryNew: (type: string) => `${registryNew}${type}`,
registryNewOtherSystem: (type: string) => `${registryNew}/otherSystem${type}`,
registryNewOtherSystem: (type: string) => `${registryNew}${type}/otherSystem`,
registryNewByProfileId: (profileId: string, type: string) =>
`${registryNew}${type}/${profileId}`,