This repository has been archived on 2025-08-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Alexandria/src/routes/mod.rs
2025-08-03 01:50:18 +02:00

6 lines
86 B
Rust

pub mod auth;
pub mod book;
pub mod book_instance;
pub mod owner;
pub mod websocket;