aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-14 15:41:13 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-14 15:41:13 -0500
commitaa91f677a77760086aac30a7435ae93fb995fc47 (patch)
treef80e630c247e6805aa5ac06c4d6e3f425c5e49f3
parent0049bd2bfa3774f877e5f8f91ddbcf8d660371cf (diff)
switch API url
-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);