Delete me

This commit is contained in:
Thomas Nordquist
2019-05-02 00:06:06 +02:00
parent 10e37624a5
commit f10bfafa1d

View File

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