Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-22 22:18:05 +00:00
parent 5376c76558
commit 6749ab0340

View file

@ -1,6 +1,6 @@
// Helper para chamar a Railway GraphQL API (Public API). // Helper para chamar a Railway GraphQL API (Public API).
// Docs: https://docs.railway.com/reference/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 { export interface RailwayError {
message: string; message: string;