diff --git a/src/main.rs b/src/main.rs index d655607..9c012b0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,7 @@ async fn main() { }; // Set the address to run our application on - let addr = SocketAddr::from(([0, 0, 0, 0], 3000)); + let addr = SocketAddr::from(([0, 0, 0, 0], 3311)); // Build our application with a route let app = Router::new()