improve ui

This commit is contained in:
csehviktor
2025-07-10 03:00:11 +02:00
parent 76098532ea
commit aa6b171614
13 changed files with 344 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ impl WebsocketRoutes {
}
pub fn routes(self: Arc<Self>) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone {
warp::path("agent")
warp::path("ws")
.and(warp::path::param::<String>())
.and(warp::get())
.and(warp::ws())