refactor on components and delete clear, profesional login

This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 18:15:49 +01:00
parent d1a8055727
commit 804efe7663
17 changed files with 831 additions and 516 deletions

View File

@@ -50,7 +50,7 @@ backend/
### Routes (`routes/`)
Cada archivo maneja un conjunto relacionado de endpoints:
- **index.js**: `/api/stats`, `/api/cache`
- **index.js**: `/api/stats`
- **workers.js**: `/api/workers` (GET, PUT)
- **articles.js**: `/api/articles` (GET, search)
- **favorites.js**: `/api/favorites` (GET, POST, DELETE)