Skip to content

Commit

Permalink
chore: delete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Dec 4, 2024
1 parent c7a914a commit 1e0d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/src/hooks/useGraphQLRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { GraphQLRequests } from '@dodoex/api';
import { useUserOptions } from '../components/UserOptionsProvider';

export const graphQLRequestsLocal = new GraphQLRequests({
url: 'https://api.gcp.dxd.ink/frontend-graphql',
// url: 'https://api.gcp.dxd.ink/frontend-graphql',
});

export function useGraphQLRequests() {
Expand Down

0 comments on commit 1e0d21c

Please sign in to comment.