Move V3 back to V2

This commit is contained in:
Bill Richardson 2026-06-29 10:38:45 -04:00
parent 4345dff900
commit a62062899f

View file

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