finished groups endpoint

This commit is contained in:
faris Aljohari
2024-03-12 12:56:14 +03:00
parent e522a3a207
commit 1cf345d28d
10 changed files with 264 additions and 0 deletions

1
src/group/dtos/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './add.group.dto';