6 lines
219 B
Rust
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)
|