From ddfc2216d6c3b61842df984820d79f1806830bae Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 6 Aug 2024 11:31:27 -0400 Subject: [PATCH] Reverted change to endpoint names --- src/constants/endpoints.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 2d4a823c2..43abf149c 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -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: {