mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-12 01:20:16 +01:00
Fixed update server URL
This commit is contained in:
parent
0c4384490a
commit
e720858368
@ -6,7 +6,7 @@ declare(strict_types=1);
|
||||
if (env('JOIN_BETA') == true) {
|
||||
$userver = 'https://beta.linkstack.org/';
|
||||
} else {
|
||||
$userver = 'https://updates.linkstack.org/';
|
||||
$userver = 'https://update.linkstack.org/';
|
||||
}
|
||||
|
||||
return [
|
||||
|
Loading…
x
Reference in New Issue
Block a user