80fix
This commit is contained in:
@@ -77,7 +77,8 @@ async fn main() -> std::io::Result<()> {
|
||||
.route("/connect", web::get().to(sse_handler))
|
||||
.route("/disconnect", web::get().to(sse_handler))
|
||||
})
|
||||
.bind("127.0.0.1:8080")?
|
||||
.bind("127.0.0.1:80")?
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user