routes added

This commit is contained in:
2025-08-20 10:29:44 +02:00
parent ced5837f71
commit ca864f33b7
13 changed files with 222 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export class CreateUserDto {
email: string;
}