Skip to content

Commit

Permalink
change filesystem example in ctx.md for static mw
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed May 28, 2024
1 parent 38fb806 commit ed9d7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed9d7cf

Please sign in to comment.