Skip to content

Commit e720858

Browse files
committed
Fixed update server URL
1 parent 0c43844 commit e720858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/self-update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if (env('JOIN_BETA') == true) {
77
$userver = 'https://beta.linkstack.org/';
88
} else {
9-
$userver = 'https://updates.linkstack.org/';
9+
$userver = 'https://update.linkstack.org/';
1010
}
1111

1212
return [

0 commit comments

Comments
 (0)