account/src/papi/mod.rs

4 lines
161 B
Rust

#[deprecated(note="please use the upcoming api instead of this")]
pub mod user;
#[deprecated(note="please use the upcoming api instead of this")]
pub mod login;