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,