Update Vehicle API endpoints for FMG changes
This commit is contained in:
parent
828864887d
commit
a9c9956441
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