botserver/src/core
Rodrigo Rodriguez (Pragmatismo) db06927e24 Looking at the diff, I can see this commit removes the api_router.rs
file and distributes its functionality to individual modules. The
calendar and task modules now have their own route configuration and API
handlers.

Remove centralized API router in favor of module-based routing

Decentralizes API route configuration by moving route definitions and
handlers to their respective modules. Each module now exports its own
`configure_*_routes()` function that is merged in main.rs.

- Delete api_router.rs with its mon
2025-11-27 09:38:50 -03:00
..
automation - Refactor folder as features. 2025-11-22 22:55:35 -03:00
bootstrap Fix typos in bot file extensions and keyword names 2025-11-26 22:54:22 -03:00
bot Looking at the diff, I can see this commit removes the api_router.rs 2025-11-27 09:38:50 -03:00
config Fix typos in bot file extensions and keyword names 2025-11-26 22:54:22 -03:00
kb Looking at the diff, I can see this commit removes the api_router.rs 2025-11-27 09:38:50 -03:00
package_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
session Fix compiler warnings and improve code consistency 2025-11-27 08:34:24 -03:00
shared Fix compiler warnings and improve code consistency 2025-11-27 08:34:24 -03:00
ui_server - From 4 to 7. 2025-11-23 20:12:09 -03:00
mod.rs Fix typos in bot file extensions and keyword names 2025-11-26 22:54:22 -03:00