app: create group attribute schema page (#825)

This commit is contained in:
Austin Alvarado
2024-02-01 10:56:47 -07:00
committed by GitHub
parent bb2654f9c2
commit 8f2391a792
11 changed files with 593 additions and 13 deletions
+4
View File
@@ -26,6 +26,10 @@ pub enum AppRoute {
ListUserSchema,
#[at("/user-attributes/create")]
CreateUserAttribute,
#[at("/group-attributes")]
ListGroupSchema,
#[at("/group-attributes/create")]
CreateGroupAttribute,
#[at("/")]
Index,
}