You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
remove debug
This commit is contained in:
committed by
Quentin Gliech
parent
a4e319315f
commit
0fada6ff47
@@ -130,7 +130,7 @@ const exchanges = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const client = createClient({
|
export const client = createClient({
|
||||||
url: "/graphql?testtest",
|
url: "/graphql",
|
||||||
// Add the devtools exchange in development
|
// Add the devtools exchange in development
|
||||||
exchanges: import.meta.env.DEV ? [devtoolsExchange, ...exchanges] : exchanges,
|
exchanges: import.meta.env.DEV ? [devtoolsExchange, ...exchanges] : exchanges,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user