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 0a03130 commit 123a929Copy full SHA for 123a929
packages/cubejs-playground/src/scaffolding/react/App.js
@@ -6,9 +6,8 @@ import { CubeProvider } from "@cubejs-client/react";
6
import client from "./graphql/client";
7
import Header from "./components/Header";
8
9
-// change to your actual endpoint
10
const API_URL = undefined;
11
-// should be refreshed by your backend API endpoint. More info: https://cube.dev/docs/security
+
12
const CUBEJS_TOKEN = undefined;
13
14
const cubejsApi = cubejs(
0 commit comments