▶️ Profil FotoÄŸrafı Yükledim

  1. UI: Profil > Avatar üzerinde 'Değiştir'
  2. File picker: JPG/PNG max 2MB
  3. Crop tool (square 1:1)
  4. POST /api/auth/avatar multipart/form-data
  5. Backend: Multer save → /uploads/avatars/{ts}-{hash}.jpg
  6. DB user.avatar update
  7. UI: Avatar refresh + her yerde yeni resim

🔌 Endpoint'ler

POST/api/auth/avatar