diff options
Diffstat (limited to '')
-rwxr-xr-x | sample-cgi-handler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh index ccad5e7..5cafc84 100755 --- a/sample-cgi-handler.sh +++ b/sample-cgi-handler.sh @@ -5,7 +5,7 @@ echo '{ "@context": "https://www.w3.org/ns/activitystreams", "type": "OrderedCollection", "totalItems": 1, - "items": [ + "orderedItems": [ { "type": "Note", "content": "hi" |