diff --git a/src/main.rs b/src/main.rs index 8390777..c25e4bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -310,7 +310,7 @@ async fn main() { dotenv().ok(); let app = Router::new().route("/lookup", get(lookup)); - let listener = tokio::net::TcpListener::bind("0.0.0.0:3000") + let listener = tokio::net::TcpListener::bind("0.0.0.0:7364") .await .expect("Failed to bind port");