Skip to content

Commit

Permalink
fix(frontend): update preview index name
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Nov 9, 2020
1 parent 1863826 commit 178d6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/frontend/src/pages/api/preview.js
Expand Up @@ -19,7 +19,7 @@ export default async function (req, res) {
doc: document,
},
id: cdtnId,
index: `cdtn_master_documents`,
index: `cdtn-master_documents`,
});
res.json({ message: "doc updated!" });
} catch (response) {
Expand Down

0 comments on commit 178d6b6

Please sign in to comment.