add image uploading and document uploading system by a reusable component named UploadSystem

This commit is contained in:
2023-07-18 16:48:31 +03:30
parent e0b63a6f74
commit 285e8bb2bf
13 changed files with 400 additions and 291 deletions

View File

@@ -5,5 +5,7 @@ export const LOGIN = BASE_URL + "/login";
export const REGISTER_SEND_OTP_TOKEN = BASE_URL + "/register/send_otp";
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";