chore: docs
This commit is contained in:
parent
9db54a0ad9
commit
db93108d0b
4
http.go
4
http.go
@ -27,8 +27,8 @@ var PREAMBLE_DOCS = func() lextwt.Comments {
|
||||
c = add(c, "")
|
||||
c = add(c, "Usage:")
|
||||
c = add(c, " %s/api/plain/users View list of users and latest twt date.", hostname)
|
||||
c = add(c, " %s/api/plain/twt View all twts in decending order.", hostname)
|
||||
c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in decending order.", hostname)
|
||||
c = add(c, " %s/api/plain/twt View all twts in ascending order.", hostname)
|
||||
c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in ascending order.", hostname)
|
||||
c = add(c, " %s/api/plain/conv/:hash View all twts for a conversation subject.", hostname)
|
||||
c = add(c, "")
|
||||
c = add(c, "Options:")
|
||||
|
Loading…
x
Reference in New Issue
Block a user