From 8152e63d6349aa513cfc61ccac909913283a0a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 4 Sep 2026 09:44:26 +0200 Subject: [PATCH] v0.12.1-cleanups --- src/api/assets.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/api/assets.rs b/src/api/assets.rs index 1d64da6..c699ac4 100644 --- a/src/api/assets.rs +++ b/src/api/assets.rs @@ -88,9 +88,6 @@ async fn app_js() -> Response { "public, max-age=31536000, immutable", ) } -async fn app_js_legacy() -> Response { - static_response(APP_JS, "application/javascript; charset=utf-8", "no-cache") -} async fn theme_init_js() -> Response { static_response( THEME_INIT_JS,