diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index f738e707c..2d4a823c2 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -33,15 +33,15 @@ const endpoints = { method: "GET", }, LookupVehicleByVin: { - url: "/vehicle/api/v1/vehicle/Lookup", + url: "/vehicle/api/v1/vehicle/lookup", method: "POST", }, LookupVinByPlate: { - url: "/vehicle/api/v1/vehicle/lookup-vin-by-plate", + url: "/vehicle/api/v1/vehicle/lookup-by-plate", method: "POST", }, LookupVinByAddress: { - url: "/vehicle/api/v1/vehicle/lookup-vin-by-address", + url: "/vehicle/api/v1/vehicle/lookup-by-address", method: "POST", }, LookupVinByImage: {