oops
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user