ต่อ Api prefix /educationLevel
This commit is contained in:
parent
579f56dbcd
commit
c289ed17ad
4 changed files with 134 additions and 14 deletions
|
|
@ -1,7 +1,15 @@
|
|||
import env from '../index'
|
||||
const dashbord = `${env.API_URI}/dashbord/`
|
||||
const prefix = `${env.API_URI}/prefix/`
|
||||
const religion = `${env.API_URI}/religion/`
|
||||
const relationship = `${env.API_URI}/relationship/`
|
||||
const educationLevel = `${env.API_URI}/education-level/`
|
||||
|
||||
export default {
|
||||
countDashbordSubHistory: (type: number) => `${dashbord}${type}`,
|
||||
countDashbordHistory: `${dashbord}`
|
||||
countDashbordHistory: `${dashbord}`,
|
||||
prefix,
|
||||
religion,
|
||||
relationship,
|
||||
educationLevel
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue