diff --git a/app/Commands/ServerListCommand.php b/app/Commands/ServerListCommand.php index 6acbffd..35ea258 100644 --- a/app/Commands/ServerListCommand.php +++ b/app/Commands/ServerListCommand.php @@ -8,7 +8,7 @@ use LaravelZero\Framework\Commands\Command; class ServerListCommand extends Command { - const DEFAULT_SERVER_ENDPOINT = 'https://expose.beyondco.de/api/servers'; + const DEFAULT_SERVER_ENDPOINT = 'https://expose.dev/api/servers'; protected $signature = 'servers'; diff --git a/resources/views/client/dashboard.twig b/resources/views/client/dashboard.twig index efd194e..2c93e44 100644 --- a/resources/views/client/dashboard.twig +++ b/resources/views/client/dashboard.twig @@ -122,7 +122,7 @@ {% if user.can_specify_subdomains == 0 %}
You are using Expose Free - - Upgrade now + Upgrade now
{% endif %}