mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
api linking
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user