Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Nov 12, 2024
1 parent 64d05a1 commit 28c4666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Hono } from "hono";
const app = new Hono();

app.get("/", (c) => {
return c.text("Hello Hono!");
return c.text("Hello Hono v2!");
});

app.get("/api/v1/users", (c) => {
Expand Down

0 comments on commit 28c4666

Please sign in to comment.