diff --git a/frontend/src/graphql.ts b/frontend/src/graphql.ts index 5ad4c8245..75191ec16 100644 --- a/frontend/src/graphql.ts +++ b/frontend/src/graphql.ts @@ -130,7 +130,7 @@ const exchanges = [ ]; export const client = createClient({ - url: "/graphql?testtest", + url: "/graphql", // Add the devtools exchange in development exchanges: import.meta.env.DEV ? [devtoolsExchange, ...exchanges] : exchanges, });