Skip to content

Commit 10d605b

Browse files
committed
batch support
1 parent fce2278 commit 10d605b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ This will change the output of:
11001100

11011101
GET /records/products/1
11021102

1103-
Without "json" middleware will be:
1103+
Without "json" middleware the output will be:
11041104

11051105
{
11061106
"id": 1,
@@ -1109,7 +1109,7 @@ Without "json" middleware will be:
11091109
"properties": "{\"depth\":false,\"model\":\"TRX-120\",\"width\":100,\"height\":null}",
11101110
}
11111111

1112-
With "json" middleware will be:
1112+
With "json" middleware the output will be:
11131113

11141114
{
11151115
"id": 1,

0 commit comments

Comments
 (0)