v0.12.1-cleanups

This commit is contained in:
Mateusz Gruszczyński
2026-09-04 09:44:26 +02:00
parent 642f43ed9f
commit 8152e63d63
-3
View File
@@ -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,