Skip to content

Commit

Permalink
fix acl
Browse files Browse the repository at this point in the history
  • Loading branch information
rserry committed Nov 17, 2023
1 parent 8380c8b commit 71409d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ApiBundle/Resources/config/install/acl.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'articles', 'book', 'bookings', 'cancelBooking', 'currentSession', 'openingHours', 'signIn', 'signInStatus', 'is-same',
),
'api_door' => array(
'getRules', 'log', 'get-username', 'is-available'
'getRules', 'log', 'get-username', 'is-allowed'
),
'api_fak' => array(
'add-checkin', 'add-checkin-username',
Expand Down

0 comments on commit 71409d0

Please sign in to comment.