v0.12.1-cleanups

This commit is contained in:
Mateusz Gruszczyński
2026-09-04 09:42:43 +02:00
parent 7fd5921ba9
commit 642f43ed9f
12 changed files with 63 additions and 8712 deletions
-3
View File
@@ -253,9 +253,6 @@ pub fn router(state: AppState) -> Router {
.route(APP_JS_ASSET_PATH, get(app_js))
.route(THEME_INIT_ASSET_PATH, get(theme_init_js))
.route(STYLES_CSS_ASSET_PATH, get(styles_css))
.route("/app.js", get(app_js_legacy))
.route("/theme-init.js", get(theme_init_js_legacy))
.route("/styles.css", get(styles_css_legacy))
.route("/manifest.webmanifest", get(manifest))
.route("/sw.js", get(service_worker))
.route("/favicon.svg", get(favicon))