1
0
Fork 0
mirror of https://github.com/LemmyNet/activitypub-federation-rust.git synced 2025-03-12 02:11:36 +00:00
activitypub-federation-rust/examples/local_federation/actix_web/mod.rs
2023-02-19 21:26:01 +09:00

6 lines
110 B
Rust

use crate::error::Error;
use actix_web::ResponseError;
pub(crate) mod http;
impl ResponseError for Error {}