Fixing http curl POST docs.

This commit is contained in:
Dessalines 2020-01-23 11:21:21 -05:00
parent 7fdcae4f07
commit 69389f61c9

View file

@ -235,10 +235,10 @@ curl -i -H \
"Content-Type: application/json" \
-X POST \
-d '{
comment_id: X,
pub post_id: X,
score: X,
auth: X,
"comment_id": X,
"post_id": X,
"score": X,
"auth": "..."
}' \
/comment/like
```