We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4303e2b commit 888416aCopy full SHA for 888416a
1 file changed
scripts/requests.js
@@ -3,8 +3,8 @@ let proxyURL = null;
3
let activeTripObj;
4
let currentRequestTry = 0;
5
6
-const GIRA_GRAPHQL_ENDPOINT = "https://egira-proxy-arqetk5clq-ew.a.run.app/api/graphql";
7
-const GIRA_GRAPHQL_WS_ENDPOINT = "wss://egira-proxy-arqetk5clq-ew.a.run.app/ws/graphql";
+const GIRA_GRAPHQL_ENDPOINT = "https://c2g091p01.emel.pt/api/graphql";
+const GIRA_GRAPHQL_WS_ENDPOINT = "wss://c2g091p01.emel.pt/ws/graphql";
8
const GIRA_AUTH_ENDPOINT = "https://api-auth.emel.pt/auth";
9
const GIRA_TOKEN_REFRESH_ENDPOINT = "https://api-auth.emel.pt/token/refresh";
10
const GIRA_USER_ENDPOINT = "https://api-auth.emel.pt/user";
0 commit comments