Add Bookmarks screen

This commit is contained in:
Eric Bailey
2025-08-25 14:49:40 -05:00
parent 2950b3b8c0
commit ea29a3509e
8 changed files with 109 additions and 0 deletions
+3
View File
@@ -331,6 +331,9 @@ func serve(cctx *cli.Context) error {
e.GET("/starter-pack-short/:code", server.WebGeneric)
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)
// bookmarks
e.GET("/saved", server.WebGeneric)
// ipcc
e.GET("/ipcc", server.WebIpCC)