add the settings path to the unprotected paths

This commit is contained in:
David Christofas
2022-08-24 11:04:18 +02:00
parent dd49462bac
commit e65eb15f2c

View File

@@ -30,6 +30,7 @@ var (
_unprotectedPaths = map[string]struct{}{
"/": {},
"/login": {},
"/settings": {},
"/app/list": {},
"/config.json": {},
"/manifest.json": {},