pointing to the correct url

This commit is contained in:
satti-hari-krishna-reddy
2024-07-22 11:35:55 +05:30
parent 9cf3f2fd63
commit b33c45543a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ const DetectionDashBoard = (props) => {
};
toast(`Getting files from url ${url}. This may take a while if the repository is large. Please wait...`);
fetch(`${globalUrl}/api/v2/files/download_remote`, {
fetch(`${globalUrl}/api/v1/files/download_remote_enhanced`, {
method: "POST",
mode: "cors",
headers: {