Merge branch 'develop' into 'feature/yasi_reserve_loan'

# Conflicts:
#   src/core/data/sidebarMenu.jsx
This commit is contained in:
AmirHossein Mahmoodi
2024-02-07 13:46:12 +00:00
7 changed files with 345 additions and 1 deletions

View File

@@ -252,6 +252,10 @@ export const ADD_ADMIN_SETTING = BASE_URL + "/dashboard/settings/store"
export const UPDATE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/update"
export const DELETE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/delete"
//bank statement
export const GET_BANK_STATEMENT = BASE_URL + "/dashboard/bank_referred_loans"
export const RESEND_BANK_STATEMENT = BASE_URL + "/dashboard/bank_referred_loans/resend"
// loan statistics
export const GET_LOAN_STATISTICS = BASE_URL + "/dashboard/reports/navgan/statistics"