From 0bc4ac8ba3a16aed491c3260d51406685cde2408 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 17 May 2023 02:12:20 -0700 Subject: deps(windmark): bump to 0.3.9 --- src/modules/api/sydney.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/api') diff --git a/src/modules/api/sydney.rs b/src/modules/api/sydney.rs index e66f91d..6125e59 100644 --- a/src/modules/api/sydney.rs +++ b/src/modules/api/sydney.rs @@ -21,7 +21,7 @@ mod tags; use tags::Tags; -pub fn module(router: &mut windmark::Router) { +pub fn module(router: &mut windmark::router::Router) { crate::route::track_mount( router, "/api/sydney/version", @@ -54,7 +54,7 @@ pub fn module(router: &mut windmark::Router) { crate::route::cache(&context, &content); - windmark::Response::success(content) + windmark::response::Response::success(content) .with_mime("text/plain") .clone() } -- cgit v1.2.3