Skip to content

Commit ccc4e51

Browse files
committed
Fix call to GET chunks for collections
1 parent dfd5850 commit ccc4e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChunkCollection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ChunkCollection extends React.Component {
1818

1919
componentDidMount() {
2020
axios
21-
.get(`https://api.editmode.com/`, {
21+
.get(`https://api.editmode.com/chunks`, {
2222
params: { collection_identifier: this.props.identifier },
2323
// @ts-ignore
2424
em_branch: this.context.branch,

0 commit comments

Comments
 (0)