mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix default URL of updates server
This commit is contained in:
parent
4e7f9eac50
commit
5397f7014a
@ -68,7 +68,7 @@ class UpdateChecker
|
||||
public function getUrl()
|
||||
{
|
||||
return is_null($this->url)
|
||||
? 'https://mibew.org/api/auto-updates'
|
||||
? 'https://mibew.org/api/updates.json'
|
||||
: $this->url;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user