mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
app: Implement group management
Except group creation
This commit is contained in:
committed by
nitnelave
parent
42da86cf72
commit
8bd1dec180
@@ -17,6 +17,8 @@ pub enum AppRoute {
|
||||
UserDetails(String),
|
||||
#[to = "/groups"]
|
||||
ListGroups,
|
||||
#[to = "/group/{group_id}"]
|
||||
GroupDetails(i64),
|
||||
#[to = "/"]
|
||||
Index,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user