Skip to content

Commit

Permalink
chore: removed fixed ip address from fetch api
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 committed Oct 23, 2023
1 parent 8c34b74 commit efee78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/wallet/wallet_onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const simulateOutcome = () => {
const container = document.getElementById("outcomeSelect");
if (container.value === "0") {
fetch('http://192.168.1.204:3000/wallets/mock', {
fetch('/wallets/mock', {
method: 'POST',
body: JSON.stringify({
paymentMethodId: "1",
Expand Down

0 comments on commit efee78e

Please sign in to comment.