Update Vehicle API endpoints for FMG changes

This commit is contained in:
Josh Dassinger 2024-07-12 11:11:15 -05:00
parent 828864887d
commit a9c9956441

View file

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