Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Aug 25, 2022
1 parent f0d35c3 commit 7019f93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions image/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"height": 100
},
"response": {
"url": "cdn.images.m3o.com/account-id/cat.png"
"url": "cdn.images.m3o.com/your-account-id/cat.png"
}
},
{
Expand Down Expand Up @@ -56,7 +56,7 @@
"outputURL": true
},
"response": {
"url": "cdn.images.m3o.com/account-id/cat.jpeg"
"url": "cdn.images.m3o.com/your-account-id/cat.jpeg"
}
}
],
Expand All @@ -69,7 +69,7 @@
"name": "cat.jpeg"
},
"response": {
"url": "cdn.images.m3o.com/account-id/cat.jpeg"
"url": "cdn.images.m3o.com/your-account-id/cat.jpeg"
}
},
{
Expand All @@ -80,7 +80,7 @@
"name": "cat.jpeg"
},
"response": {
"url": "cdn.images.m3o.com/account-id/cat.jpeg"
"url": "cdn.images.m3o.com/your-account-id/cat.jpeg"
}
}
],
Expand Down

0 comments on commit 7019f93

Please sign in to comment.