Я не могу получить множественный ответ, используя проводной макет. Я получаю только один ответ на запрос https / localhost: 8080 / GET / get / all Я должен получить ответ для GET / get / all, как показано ниже:
{ "items": [ { "id": "1842347-1560779940", "cost": "£829.99", "location": "LON" }, { "id": "1936481-1560779940", "cost": "£150.29", "location": "MAN" }, { "id": "1936504-1560779940", "cost": "£1164.74", "location": "CAM" }, { "id": "1936527-1560779940", "cost": "£279.99", "location": "LCS" } ] }
{
"request": {
"method": "GET",
"url": "/all"
},
"response": {
"status": 200,
"body": "More content\n"
}
"response": {
"status": 200,
"body": "More content\z"
}
}
"response": {
"status": 200,
"body": "More content\n"
}
сопоставление не найдено