aboutsummaryrefslogtreecommitdiff
path: root/src/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.rs')
-rw-r--r--src/response.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/response.rs b/src/response.rs
index b368ba1..ac33adf 100644
--- a/src/response.rs
+++ b/src/response.rs
@@ -37,8 +37,6 @@ pub fn success(
body: &impl ToString,
context: &windmark::context::RouteContext,
) -> Response {
- crate::route::cache(context, &body.to_string());
-
Response::success(
Main {
body: &body.to_string(),