From: Daniel Karbach Date: Thu, 20 Aug 2026 06:59:39 +0000 (+0200) Subject: new hth domain X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=ff807c2d0d2fd974926cb79e31cf76f708ff9f16;p=alttp.git new hth domain --- diff --git a/app/Console/Commands/SyncHTH.php b/app/Console/Commands/SyncHTH.php index 310a596..71f1d79 100644 --- a/app/Console/Commands/SyncHTH.php +++ b/app/Console/Commands/SyncHTH.php @@ -71,7 +71,7 @@ class SyncHTH extends Command { $this->line('series: "'.$hthSeries.'", event: "'.$hthEvent.'"'); $hthSchedule = Http::withHeaders([ 'X-API-Key' => config('hth.api_key') - ])->post('https://hth.zeldaspeedruns.com/api/v1/graphql', [ + ])->post('https://hyruletownhall.com/api/v1/graphql', [ 'operation_name' => 'my_schedule', 'variables' => [ 'my_series' => $hthSeries,