Skip to content

Commit

Permalink
test hono update
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Nov 26, 2024
1 parent 0feaec0 commit c13c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const app = new Hono();

app.get("/", (c) => {
// c.env.LINGDOCS_COUCHDB
return c.text("Hi from hono");
return c.text("Hi from hono updated");
});

export default app;

0 comments on commit c13c1d0

Please sign in to comment.