From 98db517bdeaac789be6d6b9f07ff39d73ee675a1 Mon Sep 17 00:00:00 2001 From: deepakglobant Date: Fri, 5 Jan 2024 14:41:45 +0530 Subject: [PATCH] feat: added redirection for algodriven (MN-445) --- src/screens/InspectionCapture/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/screens/InspectionCapture/index.js b/src/screens/InspectionCapture/index.js index 0da41a9bd..ef7e3f3d5 100644 --- a/src/screens/InspectionCapture/index.js +++ b/src/screens/InspectionCapture/index.js @@ -119,6 +119,8 @@ export default function InspectionCapture() { } catch (error) { console.error(error); } + + window.location.href = "https://evalexpert.io/v1/monk-ai/image-upload-success"; } if (isLastTour && info.vm) { navigation.navigate(names.INSPECTION_REPORT, { inspectionId, vehicleType });