This commit is contained in:
Marcel Pociot
2021-06-21 10:09:12 +02:00
parent a33aaccc84
commit c395ec16ae
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ use LaravelZero\Framework\Commands\Command;
class ServerListCommand extends 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'; protected $signature = 'servers';

View File

@@ -122,7 +122,7 @@
{% if user.can_specify_subdomains == 0 %} {% if user.can_specify_subdomains == 0 %}
<p class="text-pink-500 font-medium pb-4 leading-loose"> <p class="text-pink-500 font-medium pb-4 leading-loose">
You are using Expose Free - You are using Expose Free -
<a class="underline" href="https://expose.beyondco.de">Upgrade now</a> <a class="underline" href="https://expose.dev/go-pro">Upgrade now</a>
</p> </p>
{% endif %} {% endif %}
<div class="flex items-center pb-4 justify-between"> <div class="flex items-center pb-4 justify-between">