From 9fc83f8d4fa360a2eb9812880e1db0fba6d4bad8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 30 Mar 2023 20:20:27 -0700 Subject: deps(windmark): bump 0.2.1 -> 0.2.2 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 38109cf..793a651 100644 --- a/src/main.rs +++ b/src/main.rs @@ -99,7 +99,7 @@ async fn main() -> Result<(), Box> { router.set_private_key_file(".locus/locus_private.pem"); router.set_certificate_file(".locus/locus_public.pem"); router.set_error_handler(Box::new(|_| { - windmark::Response::NotFound(ERROR_HANDLER_RESPONSE.into()) + windmark::Response::not_found(ERROR_HANDLER_RESPONSE) })); router.set_fix_path(true); -- cgit v1.2.3