This commit is contained in:
parent
c13c1d0168
commit
a3c5d1b588
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue