diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 2d4a823c2..43abf149c 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -37,11 +37,11 @@ const endpoints = { method: "POST", }, LookupVinByPlate: { - url: "/vehicle/api/v1/vehicle/lookup-by-plate", + url: "/vehicle/api/v1/vehicle/lookup-vin-by-plate", method: "POST", }, LookupVinByAddress: { - url: "/vehicle/api/v1/vehicle/lookup-by-address", + url: "/vehicle/api/v1/vehicle/lookup-vin-by-address", method: "POST", }, LookupVinByImage: {