diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index ea398a7..efbe44d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,6 +81,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { windmark::Response::not_found(ERROR_HANDLER_RESPONSE) }); router.set_fix_path(true); + timing::time_section(&mut time_mount, "creating router"); timing::time_mounts("module", &mut time_mount, || { stateless!(router, modules); |