diff --git a/src/main.rs b/src/main.rs index 0e6c476..36d75ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -131,7 +131,6 @@ async fn main() -> std::io::Result<()> { .wrap(Logger::default()) .app_data(web::Data::new(state.clone())) .route("/", web::get().to(connect_handler)) - ) }) .bind("0.0.0.0:8080")? .run()