mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-29 01:26:41 +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()
|
public function getUrl()
|
||||||
{
|
{
|
||||||
return is_null($this->url)
|
return is_null($this->url)
|
||||||
? 'https://mibew.org/api/auto-updates'
|
? 'https://mibew.org/api/updates.json'
|
||||||
: $this->url;
|
: $this->url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user