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: {