We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c43844 commit e720858Copy full SHA for e720858
config/self-update.php
@@ -6,7 +6,7 @@
6
if (env('JOIN_BETA') == true) {
7
$userver = 'https://beta.linkstack.org/';
8
} else {
9
- $userver = 'https://updates.linkstack.org/';
+ $userver = 'https://update.linkstack.org/';
10
}
11
12
return [
0 commit comments