From 5ccc4cf1d632267efdd1dc98895b8be0a8e0437e Mon Sep 17 00:00:00 2001 From: Keerthan N S Date: Tue, 30 Jan 2024 14:27:28 +0530 Subject: [PATCH] [fix]uri --- src/lib/apollo-client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/apollo-client.ts b/src/lib/apollo-client.ts index 00b4d1c0..eb7ddf11 100644 --- a/src/lib/apollo-client.ts +++ b/src/lib/apollo-client.ts @@ -66,7 +66,6 @@ const authLink = setContext(async (_, { headers }) => { }; }); -// const uri = "https://incridea-test.onrender.com/graphql"; const uri = "http://localhost:4000/graphql"; const sseLink = new SSELink({ uri }); const httpLink = new HttpLink({ uri });