upload file/avatar

This commit is contained in:
2025-05-15 16:33:51 +07:00
parent d97dfd25e2
commit ae7f2cd114
19 changed files with 648 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
import { Request } from 'express';
import User from '../users/user.entity';
import User from '../users/entities/user.entity';
interface RequestWithUser extends Request {
user: User;