Skip to content

Commit

Permalink
Update Graphql uri
Browse files Browse the repository at this point in the history
  • Loading branch information
dopic committed Oct 22, 2024
1 parent a911974 commit ced9373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { useEffect } from "react";

// Create and export the Apollo Client instance
export const client = new ApolloClient({
uri: process.env.GRAPHQL_ENDPOINT || "http://127.0.0.1:5000/graphql",
uri: "http://omniscope.eximia.co/graphql",
cache: new InMemoryCache(),
});

Expand Down

0 comments on commit ced9373

Please sign in to comment.