Add /intent/compose to bskyweb (#3026)

This commit is contained in:
Paul Frazee
2024-02-28 15:30:08 -08:00
committed by GitHub
parent c7de733dff
commit 442eb135ee
+1
View File
@@ -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)