Update self-update.php

This commit is contained in:
Julian Prieber 2022-11-09 17:33:22 +01:00
parent 01a5f6e23f
commit 64fdf8ea07
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.littlelink-custom.com/';
} else {
$userver = 'https://update.littlelink-custom.com/';
$userver = 'https://updates.littlelink-custom.com/';
}
return [