We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9983661 commit 4ae0f18Copy full SHA for 4ae0f18
packages/cubejs-playground/src/pages/FrontendIntegrations/FrontendIntegrationsPage.tsx
@@ -10,7 +10,7 @@ export function FrontendIntegrationsPage() {
10
const apiUrl = 'http://localhost:4000/cubejs-api';
11
const restUrl = `${apiUrl}/v1/load`;
12
const wsUrl = "ws://localhost:4000/";
13
- const graphqlUrl = `${apiUrl}/v1/graphql`;
+ const graphqlUrl = `${apiUrl}/graphql`;
14
15
const dataSource = [
16
{
0 commit comments