Skip to content

Commit

Permalink
fix: revert to using /api as data source
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflank committed Oct 5, 2021
1 parent c0f26c6 commit 7efbad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Examples/canary.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Canary } from "../../components/Canary";
import data from "../../data/sample.real.json";

export function CanaryPage() {
return (
<div className="max-w-screen-xl mx-auto flex justify-center">
<Canary checks={data.checks} />
<Canary url="/api" />
</div>
);
}

0 comments on commit 7efbad3

Please sign in to comment.