diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<dyn std::error::Error>> { ); time_mount = Instant::now(); - router.attach(modules::multi_blog); + router.attach_stateless(modules::multi_blog); info!( "blog mounts took {}ms", |