change filesystem example in ctx.md for static mw

pull/3024/head
René 2024-05-28 10:09:15 +02:00
parent 38fb8064c6
commit ed9d7cf3e3
1 changed files with 1 additions and 1 deletions

View File

@ -1717,7 +1717,7 @@ app.Get("/file-with-url-chars", func(c fiber.Ctx) error {
```
:::info
For sending files from embedded file system [this functionality](../middleware/filesystem.md#sendfile) can be used
For sending files from embedded file system [this functionality](../middleware/static.md#serving-files-using-embedfs) can be used
:::
## SendStatus