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 dfd5850 commit ccc4e51Copy full SHA for ccc4e51
src/ChunkCollection.jsx
@@ -18,7 +18,7 @@ class ChunkCollection extends React.Component {
18
19
componentDidMount() {
20
axios
21
- .get(`https://api.editmode.com/`, {
+ .get(`https://api.editmode.com/chunks`, {
22
params: { collection_identifier: this.props.identifier },
23
// @ts-ignore
24
em_branch: this.context.branch,
0 commit comments