feat: shared with me page

This commit is contained in:
juancwu 2026-04-12 16:55:38 +00:00
commit 48cae4957e
5 changed files with 96 additions and 8 deletions

View file

@ -96,7 +96,7 @@ func SetupRoutes(a *app.App) http.Handler {
})
g.SubGroup("/shared-with-me", func(g *router.Group) {
g.Get("", spaceH.SpacesPage).Name("page.app.shared-with-me")
g.Get("", spaceH.SharedSpacesPage).Name("page.app.shared-with-me")
})
g.SubGroup("/settings", func(g *router.Group) {