From 3b3e526964a2bdbce9663f539966774891458d57 Mon Sep 17 00:00:00 2001 From: mrfluffy Date: Sat, 28 Feb 2026 22:55:29 +0000 Subject: [PATCH] oops --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");