add API routes
This commit is contained in:
@@ -234,6 +234,11 @@ export const GET_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans"
|
||||
export const GET_HISTORY_DETAIL = BASE_URL + "/dashboard/navgan_loans"
|
||||
export const EXPORT_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans/export"
|
||||
|
||||
//admin setting
|
||||
export const GET_ADMIN_SETTING = BASE_URL + ""
|
||||
export const ADD_ADMIN_SETTING = BASE_URL + ""
|
||||
export const UPDATE_ADMIN_SETTING = BASE_URL + ""
|
||||
|
||||
// loan statistics
|
||||
export const GET_LOAN_STATISTICS = BASE_URL + "/dashboard/reports/navgan/statistics"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user