added v2 api method

OPMAAS-1688
ermisw 2022-06-21 15:52:27 +02:00
parent db09aaa645
commit 60b6a24077
1 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,8 @@ module TP_Mobile_VehicleList {
)
)
,entityName.in(
~"GET /api/v1/vehicles~"
~"GET /api/v1/vehicles~",
~"GET /api/v2/vehicles~"
)")
)
))):splitBy())
@ -44,7 +45,8 @@ module TP_Mobile_VehicleList {
)
)
,entityName.in(
~"GET /api/v1/vehicles~"
~"GET /api/v1/vehicles~",
~"GET /api/v2/vehicles~"
)")
)
))):splitBy()))