]> git.localhorst.tv Git - alttp.git/commitdiff
new hth domain
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 20 Aug 2026 06:59:39 +0000 (08:59 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 20 Aug 2026 06:59:39 +0000 (08:59 +0200)
app/Console/Commands/SyncHTH.php

index 310a5964b1507d9927878ad5cdf5debd8075b34b..71f1d79bf746f2cb7844a935df3f14945f2596b5 100644 (file)
@@ -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,