Skip to content

Commit a4a1582

Browse files
tswaggerdatamweb
andauthored
Update docs/guides/api_hmac_keys.md
Co-authored-by: Pooya Parsa <[email protected]>
1 parent 3098483 commit a4a1582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/api_hmac_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public $filters = [
9898
You can also specify the filter should run on one or more routes within the routes file itself:
9999

100100
```php
101-
$routes->group('api', ['filter' => 'tokens'], function($routes) {
101+
$routes->group('api', ['filter' => 'hmac'], function($routes) {
102102
//
103103
});
104104
$routes->get('users', 'UserController::list', ['filter' => 'hmac:users-read']);

0 commit comments

Comments
 (0)