v0.12.1-cleanups
This commit is contained in:
@@ -88,9 +88,6 @@ async fn app_js() -> Response {
|
|||||||
"public, max-age=31536000, immutable",
|
"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 {
|
async fn theme_init_js() -> Response {
|
||||||
static_response(
|
static_response(
|
||||||
THEME_INIT_JS,
|
THEME_INIT_JS,
|
||||||
|
|||||||
Reference in New Issue
Block a user