fix: add index.html to unprotected paths

This commit is contained in:
Benedikt Kulmann
2022-08-26 10:37:46 +02:00
parent c64c64bbe2
commit 6fc87613d5

View File

@@ -34,6 +34,7 @@ var (
"/app/list": {},
"/config.json": {},
"/manifest.json": {},
"/index.html": {},
"/oidc-callback.html": {},
"/oidc-callback": {},
"/settings.js": {},