Handle /starter-pack-short/:code in Go (#5546)
This commit is contained in:
@@ -279,6 +279,7 @@ func serve(cctx *cli.Context) error {
|
|||||||
|
|
||||||
// starter packs
|
// starter packs
|
||||||
e.GET("/starter-pack/:handleOrDID/:rkey", server.WebStarterPack)
|
e.GET("/starter-pack/:handleOrDID/:rkey", server.WebStarterPack)
|
||||||
|
e.GET("/starter-pack-short/:code", server.WebGeneric)
|
||||||
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)
|
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)
|
||||||
|
|
||||||
// ipcc
|
// ipcc
|
||||||
|
|||||||
Reference in New Issue
Block a user