Merge pull request #3156 from Safelite/feature/CASH-2478

CASH-2478 - Updated to v2 version for parts damage-options endpoint
This commit is contained in:
mvalaiyapathi 2026-04-28 13:43:25 -04:00 committed by GitHub
commit 964743f608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ const endpoints = {
method: "GET",
},
GetDamageOptions: {
url: "/parts/api/v1/parts/damage-options",
url: "/parts/api/v2/parts/damage-options",
method: "GET",
},
LookupVehicleByYmms: {