mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
s/Actix-web/Actix Web
This commit is contained in:
@ -19,7 +19,7 @@ async fn main() -> std::io::Result<()> {
|
||||
HttpServer::new(|| {
|
||||
App::new()
|
||||
.app_data(web::Data::new(AppState {
|
||||
app_name: String::from("Actix-web"),
|
||||
app_name: String::from("Actix Web"),
|
||||
}))
|
||||
.service(index)
|
||||
})
|
||||
|
Reference in New Issue
Block a user