We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0be5590 + b9952ac commit 5a56016Copy full SHA for 5a56016
docs/plugins/static.md
@@ -89,5 +89,5 @@ Below you can find the common patterns to use the plugin.
89
Suppose you want to return just a single file, you can use `Bun.file` instead of using static plugin
90
```typescript
91
new Elysia()
92
- .get('/file', () => Bun.file('public/takodachi.png')
+ .get('/file', () => Bun.file('public/takodachi.png'))
93
```
0 commit comments