From 9cefa70c3594445c3af6428be982b8b5b5883a42 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Feb 2023 21:02:09 +0100 Subject: include blog (2) --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b1b5147..1857cfe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,12 +8,14 @@ pub mod layout; pub mod pages; pub mod source; pub mod wellknown; +pub mod error; use blog::*; use pages::*; use rocket::{catchers, fairing::AdHoc, http::Header, routes}; use source::*; use wellknown::*; +use error::*; #[tokio::main] async fn main() { @@ -35,6 +37,7 @@ async fn main() { r_source, r_blog, r_blog_index, + r_blog_article, r_wellknown_security, r_wellknown_matrix_server, r_wellknown_matrix_client, -- cgit v1.2.3-70-g09d2