1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

comment query of counts endpoint for now

This commit is contained in:
Sonja Happ 2019-07-22 16:12:32 +02:00
parent 8ace42759a
commit f72d7b892f

View file

@ -41,9 +41,9 @@ class Home extends React.Component {
}
componentWillMount() {
RestAPI.get('/api/v1/counts').then(response => {
this.setState({ counts: response });
});
//RestAPI.get('/api/v1/counts').then(response => {
// this.setState({ counts: response });
//});
}
render() {