api/src/routes/mod.rs
2023-12-31 01:21:07 +01:00

4 lines
60 B
Rust

pub mod auth;
pub mod me;
pub mod playlists;
pub mod users;