Skip to content

Commit

Permalink
v3.0 Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wjp committed Feb 15, 2025
1 parent 6818516 commit 0fc982b
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 @@ -6,7 +6,7 @@ import ErrorDialog from "./ErrorDialog";
import "./App.css";

// Use a single API base constant for all endpoints.
const API_URL = "https://hodlbot-api-bmcmdhccf5hmgahy.eastus2-01.azurewebsites.net";
const API_URL = "https://hodlbot-api-bmcmdhccf5hmgahy.eastus2-01.azurewebsites.net/api";

// Define polling intervals (in milliseconds)
const LIVE_POLLING_INTERVAL = 300000; // 5 minutes (live mode)
Expand Down

0 comments on commit 0fc982b

Please sign in to comment.