Skip to content

Commit

Permalink
New update du staging 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ablah31 committed Sep 6, 2024
1 parent 179dc83 commit 0ef1cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Modal.setAppElement("#__next");
const Layout = dynamic(() => import("@/components/Layout"), { ssr: false });

const httpLink = createHttpLink({
uri: process.env.NEXT_PUBLIC_GRAPHQL_URI || "https://staging.0923-blanc-1.wns.wilders.dev/graphql",
uri: "http://localhost:4000/graphql", // temporaire à passer en variable d'env
});

const authLink = setContext((_, { headers }) => {
Expand Down

0 comments on commit 0ef1cb3

Please sign in to comment.