changed port

This commit is contained in:
WanderingPenwing 2024-09-02 22:08:33 +02:00
parent 22440597da
commit 4cbe13cd80

View file

@ -154,7 +154,7 @@ async fn main() -> std::io::Result<()> {
.service(actix_files::Files::new("/assets", "./assets").show_files_listing()) .service(actix_files::Files::new("/assets", "./assets").show_files_listing())
.default_service(web::route().to(summary)) .default_service(web::route().to(summary))
}) })
.bind("0.0.0.0:8080")? .bind("0.0.0.0:2180")?
.run() .run()
.await; .await;
println!("yuya stopped"); println!("yuya stopped");