added v2 api method
parent
d01b9ed8fd
commit
db09aaa645
|
|
@ -25,7 +25,8 @@ module TP_Mobile_VehicleList {
|
|||
(~"btc-vehicle-composite-service - PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
~"GET /api/v1/vehicles~",
|
||||
~"GET /api/v2/vehicles~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -42,7 +43,8 @@ module TP_Mobile_VehicleList {
|
|||
(~"btc-vehicle-composite-service - PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
~"GET /api/v1/vehicles~",
|
||||
~"GET /api/v2/vehicles~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
Loading…
Reference in New Issue