chore: should move this later

This commit is contained in:
əlemi 2024-04-30 16:51:30 +02:00
parent f2dc3f69f2
commit e8b36cecdf
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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}; use axum::response::{IntoResponse, Response};
pub trait LD { pub trait LD {