1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 09:12:59 +00:00

⚠ add disclaimer to fs

This commit is contained in:
Fenny 2020-09-27 13:14:00 +02:00
parent 8dcadaaa15
commit 6395e1933c

View File

@ -1,7 +1,7 @@
# Filesystem middleware
Filesystem middleware for [Fiber](https://github.com/gofiber/fiber) that enables you to serve files from a directory.
⚠️ `Parameters within the prefix path are not supported!`
⚠️ **`:params` & `:optionals?` within the prefix path are not supported!**
### Table of Contents
- [Signatures](#signatures)