เปลี่ยนเส้น API

This commit is contained in:
setthawutttty 2024-10-29 09:34:56 +07:00
parent 0716b72297
commit 932f6240cc
2 changed files with 2 additions and 2 deletions

View file

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