refactor: add server side validation schema for groups (#4881)
* refactor: move files to subfolder * refactor: schema for groups.list * refactor: schema for groups.info * refactor: schema for groups.create * refactor: schema for groups.update * refactor: schema for groups.delete * refactor: schema for groups.memberships * refactor: schema for groups.add_user * refactor: schema for groups.remove_user
This commit is contained in:
committed by
GitHub
parent
fc8c20149f
commit
00baa2bd6d
1
server/routes/api/groups/index.ts
Normal file
1
server/routes/api/groups/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { default } from "./groups";
|
||||
Reference in New Issue
Block a user