From c395ec16aec4d510595c34490ff5f9f0f310342c Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 21 Jun 2021 10:09:12 +0200 Subject: [PATCH] wip --- app/Commands/ServerListCommand.php | 2 +- resources/views/client/dashboard.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}