Skip to content

Commit

Permalink
Throwing darts...
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wjp committed Feb 8, 2025
1 parent e6141c0 commit 941b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const App = () => {
setTradeDecision(null);

try {
const response = await fetch(`http://localhost:8000/trade/${crypto}`);
const response = await fetch(`https://hodlbot-api-bmcmdhccf5hmgahy.eastus2-01.azurewebsites.net/${crypto}`);
if (!response.ok) {
throw new Error("Failed to fetch trade decision.");
}
Expand Down

0 comments on commit 941b303

Please sign in to comment.