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 });