no message
This commit is contained in:
parent
d73f8b052f
commit
5895bbc9f2
7 changed files with 674 additions and 32 deletions
|
|
@ -22,6 +22,10 @@ const orgGender = `${env.API_URI}/org/metadata/gender/`;
|
|||
const orgReligion = `${env.API_URI}/org/metadata/religion/`;
|
||||
const orgEducationLevel = `${env.API_URI}/org/metadata/educationLevel/`;
|
||||
|
||||
const orgProvince = `${env.API_URI}/org/metadata/province/`;
|
||||
const orgDistrict = `${env.API_URI}/org/metadata/district/`;
|
||||
const orgSubDistrict = `${env.API_URI}/org/metadata/subDistrict/`;
|
||||
|
||||
export default {
|
||||
person: `${person}person`,
|
||||
|
||||
|
|
@ -129,4 +133,8 @@ export default {
|
|||
orgReligionId: (id: string) => `${orgReligion}${id}`,
|
||||
orgEducationLevel,
|
||||
orgEducationLevelId: (id: string) => `${orgEducationLevel}${id}`,
|
||||
|
||||
orgProvince,
|
||||
orgDistrict,
|
||||
orgSubDistrict,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue