aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 044002e..bb17767 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -303,7 +303,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
);
time_mount = Instant::now();
- router.attach_stateless(modules::multi_blog);
+ router.attach_stateless(modules::multi_blog::multi_blog);
info!(
"blog mounts took {}ms",