feat: remove appwrite and add nextjs backend
This commit is contained in:
4
backend/src/auth/dto/authRegister.dto.ts
Normal file
4
backend/src/auth/dto/authRegister.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PickType } from "@nestjs/swagger";
|
||||
import { AuthDTO } from "./auth.dto";
|
||||
|
||||
export class AuthRegisterDTO extends AuthDTO {}
|
||||
Reference in New Issue
Block a user