StaticFiles now serves both indices

This commit is contained in:
Eon S. Jeon 2019-01-03 17:39:37 +09:00
parent d92873eebd
commit 4f31d1ef7a
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
* `StaticFiles` configuration is moved to `StaticFileConfig` completely.
* `StaticFiles` now serves both index file and directory index.
## [0.7.17] - 2018-xx-xx
### Fixed