Merge pull request #1897 from Safelite/feature/CSR-2000

Feature/csr 2000
This commit is contained in:
Leah Schumann 2024-07-12 10:14:16 -04:00 committed by GitHub
commit dde1b23250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,15 +33,15 @@ const endpoints = {
method: "GET", method: "GET",
}, },
LookupVehicleByVin: { LookupVehicleByVin: {
url: "/vehicle/api/v1/vehicle/Lookup", url: "/vehicle/api/v1/vehicle/lookup",
method: "POST", method: "POST",
}, },
LookupVinByPlate: { LookupVinByPlate: {
url: "/vehicle/api/v1/vehicle/lookup-vin-by-plate", url: "/vehicle/api/v1/vehicle/lookup-by-plate",
method: "POST", method: "POST",
}, },
LookupVinByAddress: { LookupVinByAddress: {
url: "/vehicle/api/v1/vehicle/lookup-vin-by-address", url: "/vehicle/api/v1/vehicle/lookup-by-address",
method: "POST", method: "POST",
}, },
LookupVinByImage: { LookupVinByImage: {