diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-14 15:41:13 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-14 15:41:13 -0500 |
commit | aa91f677a77760086aac30a7435ae93fb995fc47 (patch) | |
tree | f80e630c247e6805aa5ac06c4d6e3f425c5e49f3 /src | |
parent | 0049bd2bfa3774f877e5f8f91ddbcf8d660371cf (diff) |
switch API url
Diffstat (limited to 'src')
-rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |