Hi, I built a json with n vehicles and x jobs, when loading the json on vroom-frontend and computing the road it successfully create multiple vehicles, but feeding the same file to the same vroom-express instance (with curl) it produce a route using just one vehicle.
Hi, I built a json with
n vehicles
andx jobs
, when loading the json on vroom-frontend and computing the road it successfully create multiple vehicles, but feeding the same file to the same vroom-express instance (with curl) it produce a route using just one vehicle.How is that possible?