fix fetch call

This commit is contained in:
itay 2019-04-23 12:28:38 +03:00
parent 8523075494
commit 06f9153976
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class VersionComponent extends React.Component {
}
componentDidMount() {
this.fetch('/api/version-update') // This is not authenticated on purpose
fetch('/api/version-update') // This is not authenticated on purpose
.then(res => res.json())
.then(res => {
this.setState({