diff --git a/test.html b/test.html index a62db87..4d63197 100644 --- a/test.html +++ b/test.html @@ -15,6 +15,12 @@ pre { background: #0b0b0b; color: #eaeaea; padding: 12px; border-radius: 12px; overflow: auto; } .muted { color: #666; font-size: 14px; } label { display: block; font-size: 13px; margin: 8px 0 6px; color: #444; } + .list { margin-top: 12px; display: grid; gap: 10px; } + .item { border: 1px solid #eee; border-radius: 12px; padding: 12px; } + .item h3 { margin: 0 0 6px; font-size: 16px; } + .meta { display:flex; gap: 10px; flex-wrap: wrap; color:#555; font-size: 13px; } + .pill { background:#f3f3f3; padding: 4px 8px; border-radius: 999px; } + .error { color:#b00020; font-weight:600; }
@@ -35,32 +41,35 @@Ahora mismo tu API no tiene este endpoint, pero el formulario ya queda listo.
+POST /services y GET /services (en memoria por ahora).
- - + + - - + + - + - + - +