diff --git a/lending-form/src/components/LendingForm.js b/lending-form/src/components/LendingForm.js index 85cc776a..d5378d63 100644 --- a/lending-form/src/components/LendingForm.js +++ b/lending-form/src/components/LendingForm.js @@ -56,7 +56,7 @@ const LendingForm = ({walletId}) => { console.log("Query Params:", queryParams); // TODO: Add .env file if possible - const response = await fetch(`http://127.0.0.1:8000/transaction-data?${queryParams}`, { + const response = await fetch(`http://0.0.0.0:8000/transaction-data?${queryParams}`, { method: 'GET', headers: { 'Content-Type': 'application/json',