Update src/main.rs
This commit is contained in:
@@ -314,7 +314,7 @@ async fn main() {
|
||||
.await
|
||||
.expect("Failed to bind port");
|
||||
|
||||
println!("Server running → http://0.0.0.0:3000");
|
||||
println!("Server running → http://0.0.0.0:7364");
|
||||
|
||||
axum::serve(listener, app)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user