Update src/main.rs

This commit is contained in:
2026-02-28 22:51:59 +00:00
parent 4d159ca256
commit f556dcd733

View File

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