test hono update
This commit is contained in:
parent
0feaec0b62
commit
c13c1d0168
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue