fix: add index.html to unprotected paths in auth middleware

This commit is contained in:
Benedikt Kulmann
2022-08-25 10:39:55 +02:00
parent bbca91ba48
commit 9c9a81026c
2 changed files with 3 additions and 1 deletions
@@ -66,6 +66,7 @@ var (
"/preview/",
"/pdf-viewer/",
"/draw-io/",
"/index.html#/",
}
)