gamenight/backend-actix/src/schema/mod.rs

5 lines
74 B
Rust

pub mod user;
pub mod error;
pub use user::login;
pub use user::register;