mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
specify starting message
This commit is contained in:
@@ -26,7 +26,7 @@ impl Server {
|
||||
|
||||
let routes = http_routes.routes().with(cors).or(ws_routes.routes());
|
||||
|
||||
println!("starting websocket server on :{}", 3000);
|
||||
println!("starting server on :{}", 3000);
|
||||
warp::serve(routes).run(([0, 0, 0, 0], 3000)).await;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user