1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 13:53:32 +00:00

⚠ add warning to FileSystem

This commit is contained in:
Fenny 2020-09-27 13:11:51 +02:00
parent d9ca77a834
commit eaf32fa4da

View File

@ -1,6 +1,8 @@
# 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!`
### Table of Contents
- [Signatures](#signatures)
- [Examples](#examples)