added folder student and create new Ep Login
This commit is contained in:
@@ -1 +1,10 @@
|
||||
export class CreateUserDto {}
|
||||
import { IsString } from "class-validator";
|
||||
|
||||
export class CreateUserDto {
|
||||
|
||||
@IsString()
|
||||
username:string
|
||||
|
||||
@IsString()
|
||||
password:string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user