From e8b36cecdf2d54a4cdabb0e294462d8fde476454 Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 30 Apr 2024 16:51:30 +0200 Subject: [PATCH] chore: should move this later --- src/routes/activitypub/jsonld.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/activitypub/jsonld.rs b/src/routes/activitypub/jsonld.rs index 9a67aa3f..e351349c 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 {