aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-07 03:58:20 +0000
committerFuwn <[email protected]>2022-04-07 03:58:20 +0000
commitbb96719078abe3564c130f8b560db52b3a26ec00 (patch)
tree40ee65c8eda206fcce6654321c34f0aa0527a4a1 /examples
parentfix: try to fix path (diff)
downloadwindmark-bb96719078abe3564c130f8b560db52b3a26ec00.tar.xz
windmark-bb96719078abe3564c130f8b560db52b3a26ec00.zip
fix: trailing for fix
Diffstat (limited to 'examples')
-rw-r--r--examples/windmark.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs
index 2a0f682..c3ce6ac 100644
--- a/examples/windmark.rs
+++ b/examples/windmark.rs
@@ -199,6 +199,9 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
)
})
});
+ // router.mount("", Box::new(|_| {
+ // Response::Success("hi".into())
+ // }));
router.run().await
}