summaryrefslogtreecommitdiffstats
path: root/server/src/routes/mod.rs
blob: 6556c8d58850f595f248324c22b5006e07324747 (plain)
1
2
3
4
5
6
pub mod federation;
pub mod feeds;
pub mod index;
pub mod nodeinfo;
pub mod webfinger;
pub mod websocket;