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.
1 parent 855de65 commit b9952acCopy full SHA for b9952ac
docs/plugins/static.md
@@ -84,5 +84,5 @@ Below you can find the common patterns to use the plugin.
84
Suppose you want to return just a single file, you can use `Bun.file` instead of using static plugin
85
```typescript
86
new Elysia()
87
- .get('/file', () => Bun.file('public/takodachi.png')
+ .get('/file', () => Bun.file('public/takodachi.png'))
88
```
0 commit comments