ลบ component สมัครที่ไม่ใช้
This commit is contained in:
parent
abe8e9186c
commit
98738aa814
14 changed files with 20 additions and 697 deletions
|
|
@ -1,5 +1,4 @@
|
|||
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/`
|
||||
|
|
@ -9,8 +8,6 @@ const district = `${env.API_URI}/district/`
|
|||
const subDistrict = `${env.API_URI}/sub-district/`
|
||||
|
||||
export default {
|
||||
countDashbordSubHistory: (type: number) => `${dashbord}${type}`,
|
||||
countDashbordHistory: `${dashbord}`,
|
||||
prefix,
|
||||
religion,
|
||||
relationship,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue