aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-13 03:11:04 +0000
committerFuwn <[email protected]>2022-06-13 03:11:04 +0000
commitc53027713be5e50e014740baacfe61916b88a838 (patch)
treef9a8446529abd6522812a3a46aa575d22593a150 /examples
parentdocs(cargo): bump version (diff)
downloadwindmark-c53027713be5e50e014740baacfe61916b88a838.tar.xz
windmark-c53027713be5e50e014740baacfe61916b88a838.zip
refactor: fix qualifications
Diffstat (limited to 'examples')
-rw-r--r--examples/windmark.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs
index c3ce6ac..0c5b13b 100644
--- a/examples/windmark.rs
+++ b/examples/windmark.rs
@@ -54,7 +54,7 @@ impl windmark::Module for Clicker {
#[windmark::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut error_count = 0;
- let mut router = windmark::Router::new();
+ let mut router = Router::new();
router.set_private_key_file("windmark_private.pem");
router.set_certificate_file("windmark_public.pem");