diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 6562047f..6846a87c 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -141,11 +141,11 @@ const endpoints = Object.freeze({ method: 'POST' }, LookupVinByAddress: { - url: `${VEHICLE_BASE_URL}/lookup-vin-by-address`, + url: `${VEHICLE_BASE_URL}/lookup-by-address`, method: 'POST' }, LookupVinByPlate: { - url: `${VEHICLE_BASE_URL}/lookup-vin-by-plate`, + url: `${VEHICLE_BASE_URL}/lookup-by-plate`, method: 'POST' }, InitializeSession: {