mirror of https://github.com/gofiber/fiber.git
change filesystem example in ctx.md for static mw
parent
38fb8064c6
commit
ed9d7cf3e3
|
@ -1717,7 +1717,7 @@ app.Get("/file-with-url-chars", func(c fiber.Ctx) error {
|
||||||
```
|
```
|
||||||
|
|
||||||
:::info
|
:::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
|
## SendStatus
|
||||||
|
|
Loading…
Reference in New Issue