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 28c4666 commit d5e62f0
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 @@ -11,7 +11,7 @@ app.get("/api/v1/users", (c) => {
return c.json({ message: "Hello Hono!" });
});

app.get("/seceret", (c) => {
app.get("/secret", (c) => {
const secretValue = process.env.SV || "no secret";

return c.text(`Hello v2 ${secretValue}!`);
Expand Down

0 comments on commit d5e62f0

Please sign in to comment.