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