diff --git a/actix-extractor/README.md b/actix-extractor/README.md index 9d0a45c..ecc430d 100644 --- a/actix-extractor/README.md +++ b/actix-extractor/README.md @@ -31,13 +31,10 @@ use sha2::Sha256; #[actix_web::main] async fn main() -> std::io::Result<()> { - /* HttpServer::new(|| App::new().route("/", web::post().to(protected))) .bind("127.0.0.1:8010")? .run() .await - */ - Ok(()) } async fn protected(signed_request: Signed) -> &'static str {