mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
improve ui
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user