fix(frontend): will not auto-resize to fit
This commit is contained in:
parent
3509c556a1
commit
acf9d132f7
4 changed files with 217 additions and 23 deletions
35
ilp-rest-service/ilp-cw-api/Front-end Test/Imperative.bru
Normal file
35
ilp-rest-service/ilp-cw-api/Front-end Test/Imperative.bru
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue