diff --git a/changelog/unreleased/pkg-serve-index-html.md b/changelog/unreleased/pkg-serve-index-html.md new file mode 100644 index 0000000000..24008e7d95 --- /dev/null +++ b/changelog/unreleased/pkg-serve-index-html.md @@ -0,0 +1,6 @@ +Bugfix: Serve index.html for directories + +The static middleware in ocis-pkg now serves index.html instead of returning 404 on paths with a trailing `/`. + +https://github.com/owncloud/ocis/pull/912 +https://github.com/owncloud/ocis-pkg/issues/63