mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
{% if user.can_specify_subdomains == 0 %}
|
||||
<p class="text-pink-500 font-medium pb-4 leading-loose">
|
||||
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>
|
||||
{% endif %}
|
||||
<div class="flex items-center pb-4 justify-between">
|
||||
|
||||
Reference in New Issue
Block a user