add image uploading and document uploading system by a reusable component named UploadSystem
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user