From 6749ab0340f2379f2c864706da0ccf96bbef3254 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:18:05 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/_shared/railway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/functions/_shared/railway.ts b/supabase/functions/_shared/railway.ts index a81df2f..7cf350b 100644 --- a/supabase/functions/_shared/railway.ts +++ b/supabase/functions/_shared/railway.ts @@ -1,6 +1,6 @@ // Helper para chamar a Railway GraphQL API (Public API). // Docs: https://docs.railway.com/reference/public-api -const RAILWAY_GRAPHQL = "https://backboard.railway.com/graphql/v2"; +const RAILWAY_GRAPHQL = "https://backboard.railway.app/graphql/v2"; export interface RailwayError { message: string;