mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 09:09:18 +02:00
Update main.rs
This commit is contained in:
parent
101688d3e0
commit
acbc6fe4f9
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ async fn main() {
|
|||
|
||||
let routes = hello.or(root);
|
||||
|
||||
warp::serve(routes)
|
||||
/*warp::serve(routes)
|
||||
.run(([127, 0, 0, 1], 3030))
|
||||
.await;
|
||||
.await;*/
|
||||
|
||||
warp::serve(routes)
|
||||
.run(([192,168,0,55], 3030))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue