rename navgan and refahi

This commit is contained in:
2025-03-12 08:26:11 +00:00
committed by AmirHossein Mahmoodi
parent 969d9f8dc3
commit cdd7bb4dee
7 changed files with 25 additions and 62 deletions

View File

@@ -10,6 +10,7 @@ export const REGISTER = BASE_URL + "/register";
export const GET_USER = BASE_URL + "/profile/info";
export const GET_SIDEBAR_NOTIFICATION = "";
export const SHOW_LOAN_REQUEST_NAVGAN = BASE_URL + "/navgan/loan/index";
export const SHOW_LOAN_REQUEST_REFAHI = BASE_URL + "/refahi/loan/index";
export const SEND_LOAN_REQUEST_NAVGAN = BASE_URL + "/navgan/loan/store";
export const SHOW_LOAN_REQUEST_WELFARE = BASE_URL + "/refahi/loan/index";
export const SEND_LOAN_REQUEST_WELFARE = BASE_URL + "/refahi/loan/store";