Add /intent/compose to bskyweb (#3026)
This commit is contained in:
parent
c7de733dff
commit
442eb135ee
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ func serve(cctx *cli.Context) error {
|
|||
e.GET("/support/tos", server.WebGeneric)
|
||||
e.GET("/support/community-guidelines", server.WebGeneric)
|
||||
e.GET("/support/copyright", server.WebGeneric)
|
||||
e.GET("/intent/compose", server.WebGeneric)
|
||||
|
||||
// profile endpoints; only first populates info
|
||||
e.GET("/profile/:handleOrDID", server.WebProfile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue