feat: shared with me page
This commit is contained in:
parent
071f6c5855
commit
48cae4957e
5 changed files with 96 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue