diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-02 22:22:11 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-02 22:22:11 +0200 |
commit | 2b56668dc89d61248fffeb75a6c8d1136aa7fa39 (patch) | |
tree | c45810bd75e2792ee51e973d336485dbc669be11 /src/webui.rs | |
parent | 63b0aa6a244d017a0e3e41766b403c7e5072bd4b (diff) | |
download | isda-2b56668dc89d61248fffeb75a6c8d1136aa7fa39.tar isda-2b56668dc89d61248fffeb75a6c8d1136aa7fa39.tar.bz2 isda-2b56668dc89d61248fffeb75a6c8d1136aa7fa39.tar.zst |
add task query functionallity to worker_ws
Diffstat (limited to 'src/webui.rs')
-rw-r--r-- | src/webui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webui.rs b/src/webui.rs index a17f53e..6a80bfe 100644 --- a/src/webui.rs +++ b/src/webui.rs @@ -1,7 +1,7 @@ use crate::{ State, helper::{Css, Javascript}, - webui_ws::TaskState, + worker_ws::TaskState, }; use axum::extract::State as S; use axum::response::Html; |