From 4e7ddd6e2869715559c045fd0fc8e40bc771bb2f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 3 Apr 2022 02:36:42 -0700 Subject: fix: windmark 0.1.9 --- examples/windmark_comments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/windmark_comments.rs b/examples/windmark_comments.rs index fd7d266..48d5827 100644 --- a/examples/windmark_comments.rs +++ b/examples/windmark_comments.rs @@ -25,7 +25,7 @@ async fn main() -> Result<(), Box> { windmark::Router::new() .set_private_key_file("windmark_comments_private.pem") .set_certificate_file("windmark_comments_public.pem") - .attach(windmark_comments::module) + .attach_stateless(windmark_comments::module) .mount( "/", Box::new(|_| { -- cgit v1.2.3