Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Nov 26, 2024
1 parent c13c1d0 commit a3c5d1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions new-functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ app.get("/", (c) => {
return c.text("Hi from hono updated");
});

app.get("/wa", (c) => {
// c.env.LINGDOCS_COUCHDB
return c.text("Hi other route");
});

export default app;

0 comments on commit a3c5d1b

Please sign in to comment.