Add route and basic UI

This commit is contained in:
Eric Bailey
2024-10-28 14:35:41 -05:00
parent 009e238c30
commit 67eaf1baa7
5 changed files with 88 additions and 0 deletions
+3
View File
@@ -294,6 +294,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)