Skip to content

Commit

Permalink
Revert "remove duplicate comment routes"
Browse files Browse the repository at this point in the history
This reverts commit 03a9380.
  • Loading branch information
WillQizza committed Nov 6, 2024
1 parent 03a9380 commit e39d761
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/general/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,11 @@ shortcut to get the image if authenticated to see it.
* Then the node you posted it to is responsible for forwarding it to the correct inbox
* URL: `://service/api/authors/{AUTHOR_FQID}/commented`
* GET [local] get the list of comments author has made on any post (that local node knows about)
* Example: GET `http://nodeaaaa/api/authors/111/commented`:
* URL: `://service/api/authors/{AUTHOR_SERIAL}/commented/{COMMENT_SERIAL}`
* GET [local, remote] get this comment
* URL: `://service/api/commented/{COMMENT_FQID}`
* GET [local] get this comment
* Example: GET `http://nodeaaaa/api/authors/111/comments`:

```js
[
Expand Down

0 comments on commit e39d761

Please sign in to comment.