diff --git a/src/routes/activitypub/jsonld.rs b/src/routes/activitypub/jsonld.rs index 9a67aa3..e351349 100644 --- a/src/routes/activitypub/jsonld.rs +++ b/src/routes/activitypub/jsonld.rs @@ -1,3 +1,8 @@ +// TODO +// move this file somewhere else +// it's not a route +// maybe under src/server/jsonld.rs ?? + use axum::response::{IntoResponse, Response}; pub trait LD {