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:
parent
8ace42759a
commit
f72d7b892f
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue