Skip to content

Commit d0d9de6

Browse files
authored
Merge pull request #2 from CakeDC/feature/35700
REF #35700
2 parents 0b67baf + a9fefc5 commit d0d9de6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: config/permissions.php

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@
9898
'action' => ['index'],
9999
'bypassAuth' => true,
100100
],
101+
[
102+
'role' => '*',
103+
'controller' => 'Contacts',
104+
'action' => ['rapid', 'roadTrip'],
105+
'bypassAuth' => true,
106+
],
101107
[
102108
'role' => 'user',
103109
'controller' => 'Dashboards',

0 commit comments

Comments
 (0)