Fixed update server URL

This commit is contained in:
Julian Prieber 2023-05-15 15:09:36 +02:00
parent 0c4384490a
commit e720858368
1 changed files with 1 additions and 1 deletions

View File

@ -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 [