pub mod handlers; // API Module - Future Modular Architecture // // This module provides the structure for modular API handlers. // Current implementation remains in server.rs for stability. // // Benefits of this architecture: // - Clear separation of concerns // - Easier maintenance for new features // - Gradual migration path from server.rs // - Independent testing per handler module