mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:56:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
5376c76558
commit
6749ab0340
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue