Skip to content
Snippets Groups Projects
Commit 5baeddbc authored by Martin Maroši's avatar Martin Maroši
Browse files

Merge branch 'master' into 'master'

initial setup

See merge request qhala/dashboard-PV278!1
parents 6923d98a 14309a2b
No related branches found
No related tags found
No related merge requests found
{
"domain": "dev-8ihcso-1.auth0.com",
"clientId": "",
"apiKey": "",
"apiBase": "https://.restdb.io"
"clientId": "vkIeOwf3iJa3pK4Gl1HjJyzV7AxAvISo",
"apiKey": "5df0aababf46220df655d9df",
"apiBase": "https://munisun-d71a.restdb.io"
}
......@@ -7,7 +7,7 @@ const Home = () => {
const [data, setData] = useState([]);
useEffect(() => {
if (!loading && user) {
Api.get("rest/wind-speed").then((data) => setData(data));
Api.get("rest/sunshine").then((data) => setData(data));
}
}, [loading, user]);
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment