Skip to content

Commit

Permalink
remove duplicate comment routes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza committed Nov 6, 2024
1 parent 8470966 commit 03a9380
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/general/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -1217,11 +1217,7 @@ 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)
* 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`:
* Example: GET `http://nodeaaaa/api/authors/111/commented`:

```js
[
Expand Down

0 comments on commit 03a9380

Please sign in to comment.