From aa91f677a77760086aac30a7435ae93fb995fc47 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 15:41:13 -0500 Subject: switch API url --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.js') 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); -- cgit v1.2.3