Skip to content

Commit

Permalink
Add intent/verify-email to go server
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Oct 1, 2024
1 parent e33b2b1 commit 5647d01
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 @@ -255,6 +255,7 @@ func serve(cctx *cli.Context) error {
e.GET("/support/community-guidelines", server.WebGeneric)
e.GET("/support/copyright", server.WebGeneric)
e.GET("/intent/compose", server.WebGeneric)
e.GET("/intent/verify-email", server.WebGeneric)
e.GET("/messages", server.WebGeneric)
e.GET("/messages/:conversation", server.WebGeneric)

Expand Down

0 comments on commit 5647d01

Please sign in to comment.