changed port
This commit is contained in:
parent
22440597da
commit
4cbe13cd80
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue