fix(frontend): will not auto-resize to fit

This commit is contained in:
js0ny 2025-12-06 03:54:04 +00:00
parent 3509c556a1
commit acf9d132f7
4 changed files with 217 additions and 23 deletions

View file

@ -0,0 +1,35 @@
meta {
name: Imperative
type: http
seq: 3
}
post {
url: {{API_BASE}}/calcDeliveryPath
body: json
auth: inherit
}
body:json {
[
{
"id": 5,
"date": "2025-11-22",
"time": "09:30",
"requirements": {
"capacity": 0.75,
"heating": false,
"maxCost": 13.5
},
"delivery": {
"lng": -3.167074009381139,
"lat": 55.94740195123114
}
}
]
}
settings {
encodeUrl: true
timeout: 0
}