mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +02:00
Final fixes before requesting review.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// <setup>
|
||||
use actix_web::{web, App, HttpRequest, Responder};
|
||||
use actix_web::{web, App, Responder};
|
||||
|
||||
fn index(_req: HttpRequest) -> impl Responder {
|
||||
fn index() -> impl Responder {
|
||||
"Hello world!"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user