diff --git a/src/Components/Document/DocEditPage.js b/src/Components/Document/DocEditPage.js index 8d52fc4..f27656d 100644 --- a/src/Components/Document/DocEditPage.js +++ b/src/Components/Document/DocEditPage.js @@ -341,7 +341,7 @@ const DocEditPage = () => { obj["requests"] = responses; const data = JSON.stringify(obj); try { - const response = await fetch(`${apiUrl}/storecompletions`, { + const response = await fetch(`${apiUrl}/v1/store-edited-completions`, { method: "POST", headers: { "Content-Type": "application/json" }, json: true,