Update self-update.php

This commit is contained in:
Julian Prieber 2022-11-09 17:33:22 +01:00
parent a5d9fb87f7
commit 8e8d72f9a3

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 [