mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 00:59:18 +02:00
added other ip
This commit is contained in:
parent
6abba646c7
commit
101688d3e0
1 changed files with 5 additions and 1 deletions
|
@ -15,4 +15,8 @@ async fn main() {
|
|||
warp::serve(routes)
|
||||
.run(([127, 0, 0, 1], 3030))
|
||||
.await;
|
||||
}
|
||||
|
||||
warp::serve(routes)
|
||||
.run(([192,168,0,55], 3030))
|
||||
.await;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue