0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
This commit is contained in:
Yusuke Wada 2022-02-15 21:26:59 +09:00
parent b9286d0f4f
commit d7fe0b0d67

View File

@ -138,6 +138,8 @@ const app = new Hono({ strict: false })
app.get('/hello', (c) => c.text('/hello or /hello/'))
```
Default is `true`.
## async/await
```js