mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
app: Add a page with the list of groups
This commit is contained in:
committed by
nitnelave
parent
0a3cfa168e
commit
7d21cc5126
@@ -15,6 +15,8 @@ pub enum AppRoute {
|
||||
ChangePassword(String),
|
||||
#[to = "/user/{user_id}"]
|
||||
UserDetails(String),
|
||||
#[to = "/groups"]
|
||||
ListGroups,
|
||||
#[to = "/"]
|
||||
Index,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user