Skip to content

Commit

Permalink
[fix]uri
Browse files Browse the repository at this point in the history
  • Loading branch information
keerthan-ns committed Jan 30, 2024
1 parent 6dbc964 commit 5ccc4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/apollo-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 5ccc4cf

Please sign in to comment.