From dfc26570b28020800c13f6301dde3a869fc3c6f1 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Sun, 20 Jun 2021 11:44:53 +0200 Subject: [PATCH] wip --- app/Commands/ServerAwareCommand.php | 2 +- config/expose.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Commands/ServerAwareCommand.php b/app/Commands/ServerAwareCommand.php index fd583fc..87f5962 100644 --- a/app/Commands/ServerAwareCommand.php +++ b/app/Commands/ServerAwareCommand.php @@ -14,7 +14,7 @@ abstract class ServerAwareCommand extends Command { const DEFAULT_HOSTNAME = 'sharedwithexpose.com'; const DEFAULT_PORT = 443; - const DEFAULT_SERVER_ENDPOINT = 'https://expose.beyondco.de/api/servers'; + const DEFAULT_SERVER_ENDPOINT = 'https://expose.dev/api/servers'; public function __construct() { diff --git a/config/expose.php b/config/expose.php index de20a24..71c6137 100644 --- a/config/expose.php +++ b/config/expose.php @@ -32,7 +32,7 @@ return [ | if available. | */ - 'server_endpoint' => 'https://expose.beyondco.de/api/servers', + 'server_endpoint' => 'https://expose.dev/api/servers', /* |-------------------------------------------------------------------------- @@ -78,7 +78,7 @@ return [ | | The custom domain to use when sharing sites with Expose. | You can register your own custom domain using Expose Pro - | Learn more at: https://expose.beyondco.de/docs/TODO + | Learn more at: https://expose.dev/docs/TODO | | > expose default-domain YOUR-CUSTOM-WHITELABEL-DOMAIN |