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
{
const DEFAULT_SERVER_ENDPOINT = 'https://expose.beyondco.de/api/servers';
const DEFAULT_SERVER_ENDPOINT = 'https://expose.dev/api/servers';
protected $signature = 'servers';