Fix update notifier url

This commit is contained in:
Thomas Nordquist
2019-05-02 09:24:49 +02:00
parent 9a4dbe92a0
commit 352948f212

View File

@@ -79,7 +79,7 @@ class UpdateNotifier extends React.Component<Props, State> {
} }
private async fetchReleases(): Promise<Array<GithubRelease>> { private async fetchReleases(): Promise<Array<GithubRelease>> {
const res = await axios.get('https://api.github.com/repos/thomasnordquist/mqtt-explorer-deploy-test/releases', { const res = await axios.get('https://api.github.com/repos/thomasnordquist/mqtt-explorer/releases', {
headers: { headers: {
accept: 'application/vnd.github.v3.full+json', accept: 'application/vnd.github.v3.full+json',
}, },