Skip to content

Commit

Permalink
Update check updates url
Browse files Browse the repository at this point in the history
  • Loading branch information
divamgupta authored Jan 23, 2023
1 parent 925de50 commit 438d6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron_app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default
let xmlHttp = new XMLHttpRequest();
let user_id = window.ipcRenderer.sendSync('get_instance_id' , '');
let updates_url = "https://aeyfmzu2ac.execute-api.us-east-1.amazonaws.com/check_diffusionbee_updates?user_id="+user_id;
let updates_url = "https://checkupdates.diffusionbee.com/check_diffusionbee_updates?user_id="+user_id;
xmlHttp.onreadystatechange = function() {
if (xmlHttp.readyState == 4 && xmlHttp.status == 200)
{
Expand Down Expand Up @@ -342,4 +342,4 @@ body {
margin: 0;
padding: 0;
}
</style>
</style>

0 comments on commit 438d6a6

Please sign in to comment.