1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

add app sessions list

This commit is contained in:
Kerry Archibald
2023-09-21 12:22:43 +12:00
committed by Quentin Gliech
parent e646319f5a
commit 1567dbb6d6
12 changed files with 121 additions and 571 deletions

View File

@@ -130,7 +130,7 @@ const exchanges = [
];
export const client = createClient({
url: "/graphql",
url: "/graphql?testtest",
// Add the devtools exchange in development
exchanges: import.meta.env.DEV ? [devtoolsExchange, ...exchanges] : exchanges,
});