Merge pull request #788 from Safelite/defect/digital/vehicle-api-changes
Update Vehicle API endpoints for FMG changes
This commit is contained in:
commit
fbcfa7a742
1 changed files with 2 additions and 2 deletions
|
|
@ -141,11 +141,11 @@ const endpoints = Object.freeze({
|
|||
method: 'POST'
|
||||
},
|
||||
LookupVinByAddress: {
|
||||
url: `${VEHICLE_BASE_URL}/lookup-vin-by-address`,
|
||||
url: `${VEHICLE_BASE_URL}/lookup-by-address`,
|
||||
method: 'POST'
|
||||
},
|
||||
LookupVinByPlate: {
|
||||
url: `${VEHICLE_BASE_URL}/lookup-vin-by-plate`,
|
||||
url: `${VEHICLE_BASE_URL}/lookup-by-plate`,
|
||||
method: 'POST'
|
||||
},
|
||||
InitializeSession: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue