Skip to content

Commit 888416a

Browse files
committed
fix: new api endpoints
1 parent 4303e2b commit 888416a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/requests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ let proxyURL = null;
33
let activeTripObj;
44
let currentRequestTry = 0;
55

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";
6+
const GIRA_GRAPHQL_ENDPOINT = "https://c2g091p01.emel.pt/api/graphql";
7+
const GIRA_GRAPHQL_WS_ENDPOINT = "wss://c2g091p01.emel.pt/ws/graphql";
88
const GIRA_AUTH_ENDPOINT = "https://api-auth.emel.pt/auth";
99
const GIRA_TOKEN_REFRESH_ENDPOINT = "https://api-auth.emel.pt/token/refresh";
1010
const GIRA_USER_ENDPOINT = "https://api-auth.emel.pt/user";

0 commit comments

Comments
 (0)