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