Skip to content

Commit

Permalink
ojala
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeav527 committed Jun 6, 2024
1 parent bf3563f commit 84fdcb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo
Expand Down
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! ojala dacaooooooo")
HttpResponse::Ok().body("Hello world! XD")
}

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

0 comments on commit 84fdcb8

Please sign in to comment.