Init route

This commit is contained in:
Eric Bailey
2024-11-16 16:09:55 -06:00
parent 0ee20731d4
commit 13e871f973
11 changed files with 417 additions and 0 deletions
+3
View File
@@ -295,6 +295,9 @@ func serve(cctx *cli.Context) error {
e.GET("/starter-pack-short/:code", server.WebGeneric)
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)
// subscription
e.GET("/subscriptions", server.WebGeneric)
// ipcc
e.GET("/ipcc", server.WebIpCC)