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