Run on port 3030
This commit is contained in:
parent
3a9c9a7ff8
commit
dccd2ca20c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ async fn main() {
|
|||
|
||||
println!("Starting...");
|
||||
|
||||
axum::Server::bind(&"0.0.0.0:3000".parse().unwrap())
|
||||
axum::Server::bind(&"0.0.0.0:3030".parse().unwrap())
|
||||
.serve(app.into_make_service())
|
||||
.await
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue