generated from lucien/actix-react-template
back_end_docker #9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ async fn main() -> Result<(), std::io::Error> {
|
|||
.service(api)
|
||||
.service(Files::new("/", "public").index_file("index.html"))
|
||||
})
|
||||
.bind(("0.0.0.0", 8080))?
|
||||
.bind(("0.0.0.0", 2486))?
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue