Skip to content

Commit 231c192

Browse files
authored
Update README.md
1 parent 66601ad commit 231c192

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,21 @@ localhost/History/key=<USERKEY>
6969
Response:
7070
```json
7171
{
72-
status: "success",
73-
orders: [
72+
"status": "success",
73+
"orders": [
7474
{
75-
id: "1",
76-
movieID: "1",
77-
locationID: "1",
78-
canceled: "true",
79-
userKey: "WO1V3RK3YDCBA4321"
75+
"id": "1",
76+
"movieID": "1",
77+
"locationID": "1",
78+
"canceled": "true",
79+
"userKey": "WO1V3RK3YDCBA4321"
8080
},
8181
{
82-
id: "2",
83-
movieID: "2",
84-
locationID: "2",
85-
canceled: "true",
86-
userKey: "WO1V3RK3YDCBA4321"
82+
"id": "2",
83+
"movieID": "2",
84+
"locationID": "2",
85+
"canceled": "true",
86+
"userKey": "WO1V3RK3YDCBA4321"
8787
}
8888
]
8989
}

0 commit comments

Comments
 (0)