Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
domwong
2021-11-10 11:31:31 +00:00
parent 9394c97dc8
commit 23d6b136ea
5 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,6 @@ curl "http://localhost:8080/thumbnail/Screenshot" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"height": 600,
"url": "https://m3o.com",
"url": "https://google.com",
"width": 600
}'