Files
Oxicloud/src/domain/services/mod.rs
T
2026-04-01 23:14:42 +02:00

6 lines
219 B
Rust

pub mod i18n_service;
pub mod path_service;
// NOTE: auth_service has been moved to infrastructure/services/jwt_service.rs
// The functionality is now exposed through application/ports/auth_ports.rs (TokenServicePort)