aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 50f4e1e..5c72ad4 100644
--- a/src/App.js
+++ b/src/App.js
@@ -5,7 +5,7 @@ import MainPage from "./MainPage";
import History from "./History";
import "./App.css";
-const url = "https://rcpoller.galenguyer.com/api/v0/history";
+const url = "https://ritcoviddashboard.com/api/v0/history";
function App() {
const { data: data, error: error } = useSWR(url);