Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Handle /starter-pack-short/:code in Go (#5546)

authored by

dan and committed by
GitHub
e33b2b1b d2fd5589

+1
+1
bskyweb/cmd/bskyweb/server.go
··· 279 279 280 280 // starter packs 281 281 e.GET("/starter-pack/:handleOrDID/:rkey", server.WebStarterPack) 282 + e.GET("/starter-pack-short/:code", server.WebGeneric) 282 283 e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack) 283 284 284 285 // ipcc