feat: remove appwrite and add nextjs backend
This commit is contained in:
6
backend/src/share/dto/sharePassword.dto.ts
Normal file
6
backend/src/share/dto/sharePassword.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IsNotEmpty } from "class-validator";
|
||||
|
||||
export class SharePasswordDto {
|
||||
@IsNotEmpty()
|
||||
password: string;
|
||||
}
|
||||
Reference in New Issue
Block a user