add API routes

This commit is contained in:
2024-01-20 14:08:36 +03:30
parent 6f906c8a2a
commit 84fc274e28
4 changed files with 15 additions and 6 deletions

View File

@@ -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"