Skip to content

Commit

Permalink
Mobile app - Fix (updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Nov 29, 2024
1 parent c8c9976 commit 58a90b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/app/UpdateUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function checkUpdates(timeout = 2000) {
if (isDesktop) {
path = 'desktop/' + ($STM_Config.platform === 'linux' ? 'linux' : 'windows')
} else {
path = 'messenger/android'
path = 'blogs/android'
}
url = new URL(
'/api/' + path, updaterHost()
Expand Down

0 comments on commit 58a90b5

Please sign in to comment.