more
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user