Update main.rs

This commit is contained in:
Jonas_Jones 2023-12-03 18:40:08 +01:00
parent 101688d3e0
commit acbc6fe4f9

View file

@ -12,9 +12,9 @@ async fn main() {
let routes = hello.or(root); let routes = hello.or(root);
warp::serve(routes) /*warp::serve(routes)
.run(([127, 0, 0, 1], 3030)) .run(([127, 0, 0, 1], 3030))
.await; .await;*/
warp::serve(routes) warp::serve(routes)
.run(([192,168,0,55], 3030)) .run(([192,168,0,55], 3030))