เปลี่ยนเส้น API
This commit is contained in:
parent
0716b72297
commit
932f6240cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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}`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue