FIX_ROUTE_ADDED_IN_ACL
This commit is contained in:
parent
6797e11487
commit
6beb9373ac
@ -8,6 +8,7 @@ class Acl
|
|||||||
|
|
||||||
// ===================== PUBLIC / AUTH =====================
|
// ===================== PUBLIC / AUTH =====================
|
||||||
'#^/login#' => ['public' => true],
|
'#^/login#' => ['public' => true],
|
||||||
|
'#^/downloadCdSplitUpFile#' => ['public' => true],
|
||||||
'#^/logout#' => ['public' => true],
|
'#^/logout#' => ['public' => true],
|
||||||
'#^/auth#' => ['public' => true],
|
'#^/auth#' => ['public' => true],
|
||||||
'#^/oauth2callback#' => ['public' => true],
|
'#^/oauth2callback#' => ['public' => true],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user