From 0fc982b63be062898f0aa8ab9e7c0ee9a16cf937 Mon Sep 17 00:00:00 2001 From: josh-wjp Date: Sat, 15 Feb 2025 17:24:20 -0500 Subject: [PATCH] v3.0 Commit --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index d8cb045..e6de49d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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)