lrj
2 天以前 dc643ba44fd2a426263015491268a0f0d6b4671d
web/src/api/graphql.ts
@@ -2,7 +2,7 @@
// GraphQL 客户端配置
export const graphqlClient = new Client({
  url: 'http://localhost:8080/api/graphql',
  url: '/api/graphql',
  exchanges: [cacheExchange, fetchExchange],
})