From 2f170129067aaeb59062437fc64ee062fcd669a4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 3 Apr 2022 02:49:00 -0700 Subject: fix: for windmark 0.1.9 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ff9fbbf..1bcc572 100644 --- a/src/main.rs +++ b/src/main.rs @@ -147,7 +147,7 @@ async fn main() -> Result<(), Box> { ); time_mount = Instant::now(); - router.attach(modules::multi_blog); + router.attach_stateless(modules::multi_blog); info!( "blog mounts took {}ms", -- cgit v1.2.3