เครื่องราชฯ เพิ่ม สถานภาพ
This commit is contained in:
parent
e3e9d31fb6
commit
3c6a4df8aa
2 changed files with 47 additions and 22 deletions
|
|
@ -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}`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue