api linking

This commit is contained in:
Alex
2023-02-28 12:19:57 +00:00
parent 38e2459c7f
commit 6a9e103114
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export function fetchAnswerApi(
'/' +
selectedDocs.model;
return fetch('https://docsgpt.arc53.com/api/answer', {
return fetch('https://docsapi.arc53.com/api/answer', {
method: 'POST',
headers: {
'Content-Type': 'application/json',

View File

@@ -53,7 +53,7 @@ export function setLocalRecentDocs(doc: Doc): void {
const docPath =
doc.language + '/' + namePath + '/' + doc.version + '/' + doc.model;
fetch('https://docsgpt.arc53.com/api/docs_check', {
fetch('https://docsapi.arc53.com/api/docs_check', {
method: 'POST',
headers: {
'Content-Type': 'application/json',