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:
commit
964743f608
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const endpoints = {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
},
|
},
|
||||||
GetDamageOptions: {
|
GetDamageOptions: {
|
||||||
url: "/parts/api/v1/parts/damage-options",
|
url: "/parts/api/v2/parts/damage-options",
|
||||||
method: "GET",
|
method: "GET",
|
||||||
},
|
},
|
||||||
LookupVehicleByYmms: {
|
LookupVehicleByYmms: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue