Merge pull request #1935 from Safelite/feature/CSR-2157

Reverted change to endpoint names
This commit is contained in:
Leah Schumann 2024-08-06 12:45:54 -04:00 committed by GitHub
commit 194180b983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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