Skip to content

Commit

Permalink
fix: Remove legacy scaffolding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Oct 15, 2019
1 parent 0a03130 commit 123a929
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cubejs-playground/src/scaffolding/react/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import { CubeProvider } from "@cubejs-client/react";
import client from "./graphql/client";
import Header from "./components/Header";

// change to your actual endpoint
const API_URL = undefined;
// should be refreshed by your backend API endpoint. More info: https://cube.dev/docs/security

const CUBEJS_TOKEN = undefined;

const cubejsApi = cubejs(
Expand Down

0 comments on commit 123a929

Please sign in to comment.