edit refahi

This commit is contained in:
2025-05-19 16:36:23 +03:30
parent bb6bb3e301
commit f15f4fc230
16 changed files with 442 additions and 254 deletions

View File

@@ -23,6 +23,7 @@ export const GET_EDUCATIONS_LIST = BASE_URL + "/education";
export const GET_OCCUPATIONS_LIST = BASE_URL + "/occupations";
export const GET_LOAN_DETAILS = BASE_URL + "/navgan/loan/details/";
export const GET_LOAN_DETAILS_REFAHI = BASE_URL + "/refahi/loan/details/";
export const UPDATE_LOAN = BASE_URL + "/navgan/loan/update/";
export const GET_PROJECT_TITLE = BASE_URL + "/navgan_plans";