Merge pull request #813 from Safelite/defect/digital/vehicle-url-updates

Revert URL changes as FMG changed it back
This commit is contained in:
Josh Dassinger 2024-08-07 09:35:54 -05:00 committed by GitHub
commit b879221aa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,11 +141,11 @@ const endpoints = Object.freeze({
method: 'POST'
},
LookupVinByAddress: {
url: `${VEHICLE_BASE_URL}/lookup-by-address`,
url: `${VEHICLE_BASE_URL}/lookup-vin-by-address`,
method: 'POST'
},
LookupVinByPlate: {
url: `${VEHICLE_BASE_URL}/lookup-by-plate`,
url: `${VEHICLE_BASE_URL}/lookup-vin-by-plate`,
method: 'POST'
},
InitializeSession: {