Reverted change to endpoint names

This commit is contained in:
Leah Schumann 2024-08-06 11:31:27 -04:00
parent e50d444928
commit ddfc2216d6

View file

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