🛣️ Mini-projet — Blog Routes & Controllers

Créer les routes et controllers d'un blog Symfony avec réponses HTML et JSON.

🎯 Routes à implémenter

GET /blog liste des articles
GET /blog/{slug} détail article
POST /blog/new créer un article
GET /api/blog JSON — liste
GET /api/blog/{id} JSON — détail

🎯 Objectifs techniques

← Retour au cours 🧠 QCM SF02