This commit is contained in:
Kenneth Jannette
2024-03-05 22:01:30 -06:00
parent 89aae714e7
commit 4821b655c5

View File

@@ -341,7 +341,7 @@ const DocEditPage = () => {
obj["requests"] = responses; obj["requests"] = responses;
const data = JSON.stringify(obj); const data = JSON.stringify(obj);
try { try {
const response = await fetch(`${apiUrl}/storecompletions`, { const response = await fetch(`${apiUrl}/v1/store-edited-completions`, {
method: "POST", method: "POST",
headers: { "Content-Type": "application/json" }, headers: { "Content-Type": "application/json" },
json: true, json: true,