aboutsummaryrefslogtreecommitdiff
path: root/examples/windmark.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/windmark.rs')
-rw-r--r--examples/windmark.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs
index 709c552..2a0f682 100644
--- a/examples/windmark.rs
+++ b/examples/windmark.rs
@@ -66,6 +66,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
Response::PermanentFailure("e".into())
}));
+ router.set_fix_path(true);
router.attach_stateless(|r| {
r.mount(
"/module",