very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

Select the types of activity you want to include in your feed.

[api] fix router for stream

dawn 21ef164e 8d487760

+1 -1
+1 -1
src/api/mod.rs
··· 15 15 let app = Router::new() 16 16 .route("/health", get(|| async { "OK" })) 17 17 .route("/stats", get(stats::get_stats)) 18 - .merge(stream::router()) 18 + .nest("/stream", stream::router()) 19 19 .merge(xrpc::router()) 20 20 .merge(filter::router()) 21 21 .merge(repos::router())