Skip to content

Commit

Permalink
feature: chiiiii
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeav527 committed Jun 5, 2024
1 parent 0c8ea60 commit 2edd2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use actix_web::{get, post, web, App, HttpResponse, HttpServer, Responder};

#[get("/")]
async fn hello() -> impl Responder {
HttpResponse::Ok().body("Hello world!")
HttpResponse::Ok().body("Hello world! decao acho que consegui")
}

#[post("/echo")]
Expand Down

0 comments on commit 2edd2bf

Please sign in to comment.