aboutsummaryrefslogtreecommitdiff
path: root/examples/fix_path.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-05 01:33:55 +0000
committerFuwn <[email protected]>2023-05-05 01:33:55 +0000
commitd66da17c17239408f2ddbc2794621e2d947056a3 (patch)
treee448da50c46c429f6ca672aa070577766fffc9bc /examples/fix_path.rs
parentdocs(rossweisse): revert to implementation (diff)
downloadwindmark-d66da17c17239408f2ddbc2794621e2d947056a3.tar.xz
windmark-d66da17c17239408f2ddbc2794621e2d947056a3.zip
feat(windmark): prelude feature flag
Diffstat (limited to 'examples/fix_path.rs')
-rw-r--r--examples/fix_path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fix_path.rs b/examples/fix_path.rs
index 1b64602..fe8fb2c 100644
--- a/examples/fix_path.rs
+++ b/examples/fix_path.rs
@@ -19,7 +19,7 @@
#[windmark::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
- windmark::Router::new()
+ windmark::router::Router::new()
.set_private_key_file("windmark_private.pem")
.set_certificate_file("windmark_public.pem")
.set_fix_path(true)