Fix redirecting / to /app

Before all paths not otherwise handled were redirected, but it should
only be the root path.
This commit is contained in:
Eike Kettner
2020-05-23 09:56:44 +02:00
parent 89fd91894d
commit 229baa0719
2 changed files with 12 additions and 7 deletions

View File

@ -17,6 +17,7 @@
from an item detail to the front-page, the search menu remembers the
last state, but dates were cleared.
- More fixes regarding character encodings when reading e-mails.
- Fix redirecting `/` to `/app`.
### Configuration Changes