Skip to content

Commit

Permalink
fix(com-api): demo.http
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Feb 15, 2023
1 parent 957eca9 commit a2eba5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uniquely/com-api/demo.http
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Content-Type: application/json
{
"id": "1",
"title": {"fa": "تایل کد ۰۰۱"},
"image": {"id": "/image/sample-1.jpg"}
"image": {"id": "sample-1.jpg"}
},
{
"id": "2",
"title": {"fa": "تایل کد ۰۰۲"},
"image": {"id": "/image/sample-2.jpg"}
"image": {"id": "sample-2.jpg"}
}
]
}
Expand Down

0 comments on commit a2eba5c

Please sign in to comment.