diff options
| author | Fuwn <[email protected]> | 2022-04-03 02:49:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-03 02:49:00 -0700 |
| commit | 2f170129067aaeb59062437fc64ee062fcd669a4 (patch) | |
| tree | ab15c733d0c08b573c49035109984a9ed0f8b2ec /src/main.rs | |
| parent | fix(footer): copyright date (diff) | |
| download | locus-2f170129067aaeb59062437fc64ee062fcd669a4.tar.xz locus-2f170129067aaeb59062437fc64ee062fcd669a4.zip | |
fix: for windmark 0.1.9
Diffstat (limited to 'src/main.rs')
| -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", |