generated from lucien/actix-react-template
Compare commits
No commits in common. "1d207b56a6f7a305ba2b527bef715623b0c8a196" and "75c29c719abfea8f5c8cdbd8444831a72f02455a" have entirely different histories.
1d207b56a6
...
75c29c719a
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ async fn main() -> Result<(), std::io::Error> {
|
|||
.service(api)
|
||||
.service(get_article)
|
||||
.service(Files::new("/", "public").index_file("index.html"))
|
||||
.service(Files::new("/game", "public").index_file("index.html"))
|
||||
.service(Files::new("/chaos", "public").index_file("index.html"))
|
||||
})
|
||||
.bind(("0.0.0.0", 2486))?
|
||||
.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue