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 |
||
|---|---|---|
| .. | ||
| automation | ||
| bootstrap | ||
| bot | ||
| config | ||
| kb | ||
| package_manager | ||
| session | ||
| shared | ||
| ui_server | ||
| mod.rs | ||