▶️ Forum Post'una Cevap Yazdım

  1. UI: Post detayda 'Cevapla' button
  2. POST: (tahmini) /api/forum/posts/{id}/reply
  3. Backend: Reply insert + post sahibine notif
  4. GET /api/forum/replies/{id} ile güncel reply listesi

🔌 Endpoint'ler

POST/api/forum/posts/{id}/reply
GET/api/forum/replies/{id}