Gerasimos (Makis) Maropoulos 2020-08-14 11:19:15 +03:00
parent 6fee09f11e
commit 28b39efa7d
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

View File

@ -295,6 +295,9 @@ var (
// Examples can be found at: https://github.com/kataras/iris/tree/master/_examples/file-server
// A shortcut for the `router.FileServer`.
FileServer = router.FileServer
// DirList is the default `DirOptions.DirList` field.
// Read more at: `core/router.DirList`.
DirList = router.DirList
// DirListRich can be passed to `DirOptions.DirList` field
// to override the default file listing appearance.
// Read more at: `core/router.DirListRich`.