Skip to content

Commit

Permalink
Backend host changed
Browse files Browse the repository at this point in the history
  • Loading branch information
faurdent committed Sep 29, 2024
1 parent 6065b55 commit 7eba4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lending-form/src/components/LendingForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7eba4ee

Please sign in to comment.