Skip to content

Commit

Permalink
Add /intent/compose to bskyweb (#3026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored Feb 28, 2024
1 parent c7de733 commit 442eb13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bskyweb/cmd/bskyweb/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 442eb13

Please sign in to comment.