Skip to content

Commit 123a929

Browse files
committed
fix: Remove legacy scaffolding comments
1 parent 0a03130 commit 123a929

File tree

1 file changed

+1
-2
lines changed
  • packages/cubejs-playground/src/scaffolding/react

1 file changed

+1
-2
lines changed

packages/cubejs-playground/src/scaffolding/react/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { CubeProvider } from "@cubejs-client/react";
66
import client from "./graphql/client";
77
import Header from "./components/Header";
88

9-
// change to your actual endpoint
109
const API_URL = undefined;
11-
// should be refreshed by your backend API endpoint. More info: https://cube.dev/docs/security
10+
1211
const CUBEJS_TOKEN = undefined;
1312

1413
const cubejsApi = cubejs(

0 commit comments

Comments
 (0)