🏠 Inicio
👤 Sobre mí
📝 Blog
🔢 Contador
🔌 API Demo
🔌 Demo de API en Astro
1️⃣ Obtener mensaje simple
GET /api/hello
2️⃣ Lista de Usuarios
GET /api/users
Buscar
3️⃣ Crear Usuario
POST /api/users
4️⃣ Usuario Individual
GET /api/users/[id]