mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Update Updates Server URL one more time
This commit is contained in:
parent
5af9f92102
commit
8c574ec88c
@ -75,7 +75,7 @@ class UpdateChecker
|
|||||||
public function getUrl()
|
public function getUrl()
|
||||||
{
|
{
|
||||||
return is_null($this->url)
|
return is_null($this->url)
|
||||||
? 'https://mibew.org/api/updates.json'
|
? 'https://mibew.org/api2/updates.json'
|
||||||
: $this->url;
|
: $this->url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user