This commit is contained in:
Kenneth Jannette
2024-02-11 18:39:44 -06:00
parent 4604ac52db
commit e734fdb971
5 changed files with 6 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ const DocEditPage = () => {
try {
setIsLoading(true);
fetch(
`${apiUrl}/genResponseFromArrayCombined/${documentId}/${docType}/${isRequests}`,
`https://www.novodraft.ai:4000/genResponseFromArrayCombined/${documentId}/${docType}/${isRequests}`,
{
method: "GET",
}
@@ -305,7 +305,7 @@ const DocEditPage = () => {
try {
setIsLoading(true);
fetch(
`${apiUrl}/genResponseFromArray/${documentId}/${docType}/${isRequests}`,
`https://www.novodraft.ai:4000/genResponseFromArray/${documentId}/${docType}/${isRequests}`,
{
method: "GET",
}