Skip to content

Commit

Permalink
Merge pull request #14 from jankratochvil/preconditionfailed
Browse files Browse the repository at this point in the history
Fix/workaround '412 Precondition Failed'
  • Loading branch information
stevieb9 authored Aug 27, 2024
2 parents d446999 + 070f22c commit 33db29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion share/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"VEHICLE_LIST" : {
"TYPE" : "GET",
"AUTH" : true,
"URI" : "api/1/vehicles"
"URI" : "api/1/products"
},
"ROADSIDE_WARRANTY" : {
"TYPE" : "GET",
Expand Down
2 changes: 1 addition & 1 deletion t/test_data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"VEHICLE_LIST" : {
"TYPE" : "GET",
"AUTH" : true,
"URI" : "api/1/vehicles"
"URI" : "api/1/products"
},
"ROADSIDE_WARRANTY" : {
"TYPE" : "GET",
Expand Down

0 comments on commit 33db29c

Please sign in to comment.