Skip to content

Commit

Permalink
Handle /starter-pack-short/:code in Go (#5546)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Oct 1, 2024
1 parent d2fd558 commit e33b2b1
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 @@ -279,6 +279,7 @@ func serve(cctx *cli.Context) error {

// starter packs
e.GET("/starter-pack/:handleOrDID/:rkey", server.WebStarterPack)
e.GET("/starter-pack-short/:code", server.WebGeneric)
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)

// ipcc
Expand Down

0 comments on commit e33b2b1

Please sign in to comment.