refractor(controller): Use List<> instead of []

This commit is contained in:
js0ny 2025-11-24 08:50:46 +00:00
parent 69d9e0d736
commit 141a957a8d
24 changed files with 991 additions and 380 deletions

View file

@ -20,6 +20,10 @@ body:json {
"capacity": 0.75,
"heating": true,
"maxCost": 13.5
},
"delivery": {
"lng": -3.00,
"lat": 55.121
}
},
{
@ -30,6 +34,10 @@ body:json {
"capacity": 0.75,
"heating": true,
"maxCost": 13.5
},
"delivery": {
"lng": -3.00,
"lat": 55.121
}
}
]