From 808db6a9bf0d51972be972b66e2e216d722d97e1 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 8 Mar 2023 13:22:49 -0500 Subject: [PATCH] Cherry-pick: Updated to current endpoint --- src/constants/endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 02334faed..8c180ffb3 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -55,7 +55,7 @@ const endpoints = { method: "POST", }, LookupVinByImage: { - url: "https://slimagetovin.azurewebsites.net/home/FindVIN", + url: "https://api.dev.belronus.io/ocr/api/v1/VIN", method: "POST", }, IsVinByAddressPermissible: {