New webui

This commit is contained in:
Ethan O'Brien
2026-02-19 09:51:51 -06:00
parent d61b27af8f
commit f4fe727a0e
23 changed files with 47 additions and 5454 deletions

View File

@@ -48,9 +48,7 @@ pub async fn run_server(in_thread: bool) -> std::io::Result<()> {
srv.call(req)
})
.app_data(web::PayloadConfig::default().limit(1024 * 1024 * 25))
.service(static_handlers::css)
.service(static_handlers::maintenance)
.service(static_handlers::js)
.service(static_handlers::files_jp)
.service(static_handlers::files_gl)
.default_service(web::route().to(router::request))