Reverted change to endpoint names
This commit is contained in:
parent
e50d444928
commit
ddfc2216d6
1 changed files with 2 additions and 2 deletions
|
|
@ -37,11 +37,11 @@ const endpoints = {
|
|||
method: "POST",
|
||||
},
|
||||
LookupVinByPlate: {
|
||||
url: "/vehicle/api/v1/vehicle/lookup-by-plate",
|
||||
url: "/vehicle/api/v1/vehicle/lookup-vin-by-plate",
|
||||
method: "POST",
|
||||
},
|
||||
LookupVinByAddress: {
|
||||
url: "/vehicle/api/v1/vehicle/lookup-by-address",
|
||||
url: "/vehicle/api/v1/vehicle/lookup-vin-by-address",
|
||||
method: "POST",
|
||||
},
|
||||
LookupVinByImage: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue