From a62062899f61812f364d6c26a6d84ecedc6ee35d Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 29 Jun 2026 10:38:45 -0400 Subject: [PATCH] Move V3 back to V2 --- src/constants/endpoints.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index e186d76b..c3c14480 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -8,7 +8,6 @@ const LOCATION_BASE_URL = '/location/api/v1/location'; const ORDER_BASE_URL = '/order/api/v1/order'; const PARTS_V1_BASE_URL = '/parts/api/v1/parts'; const PARTS_V2_BASE_URL = '/parts/api/v2/parts'; -const PARTS_V3_BASE_URL = '/parts/api/v3/parts'; const PRICE_BASE_URL = '/price/api/v1/price'; const SCHEDULE_BASE_URL = '/schedule/api/v1/schedule'; const VEHICLE_BASE_URL = '/vehicle/api/v1/vehicle'; @@ -72,7 +71,7 @@ const endpoints = Object.freeze({ method: 'POST' }, GetPartsOrQuestionsVinRequired: { - url: `${PARTS_V3_BASE_URL}/parts-or-questions`, + url: `${PARTS_V2_BASE_URL}/parts-or-questions`, method: 'POST' }, GetParts: {