Update main.rs

This commit is contained in:
Jonas_Jones 2023-12-03 18:41:02 +01:00
parent acbc6fe4f9
commit 4e6172d222

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))