mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
+Orte
This commit is contained in:
@@ -21,7 +21,6 @@ var deact_cookie = &http.Cookie{
|
||||
func Authenticated(app core.App) func(*core.RequestEvent) error {
|
||||
return func(e *core.RequestEvent) error {
|
||||
if strings.HasPrefix(e.Request.URL.Path, "/assets") ||
|
||||
strings.HasPrefix(e.Request.URL.Path, "/api") ||
|
||||
strings.HasPrefix(e.Request.URL.Path, "/_") {
|
||||
return e.Next()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user