generated from lucien/actix-react-template
Compare commits
No commits in common. "c3a7d0ee7b65ebd0991e8467a8fc70ba0c3c9edf" and "9fca283ab1cbc317a529e42bfa134cd18bf0c250" have entirely different histories.
c3a7d0ee7b
...
9fca283ab1
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ async fn main() -> Result<(), std::io::Error> {
|
|||
HttpServer::new(|| {
|
||||
App::new()
|
||||
.service(hello)
|
||||
.service(get_articles)
|
||||
.service(Files::new("/", "./public").index_file("index.html"))
|
||||
})
|
||||
.bind(("0.0.0.0", 8080))?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue