file input design

This commit is contained in:
2023-07-20 10:39:58 +03:30
parent 7df12b0f45
commit 14b13e1309
4 changed files with 235 additions and 81 deletions

View File

@@ -7,5 +7,6 @@ export const REGISTER = BASE_URL + "/register";
export const USER_INFO = BASE_URL + "/profile/info";
export const SEND_LOAN_REQUEST_NAVGAN = BASE_URL + "/navgan/store_loan";
export const SEND_LOAN_REQUEST_WELFARE = BASE_URL + "/navgan/store_loan";
export const GET_PROVINCE_LIST = BASE_URL + "/provinces";