Skip to content

Commit

Permalink
Update docs/guides/api_hmac_keys.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
  • Loading branch information
tswagger and datamweb authored Aug 28, 2023
1 parent 96083ea commit 3098483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/api_hmac_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ on **app/Config/Filters.php**.

```php
public $filters = [
'tokens' => ['before' => ['api/*']],
'hmac' => ['before' => ['api/*']],
];
```

Expand Down

0 comments on commit 3098483

Please sign in to comment.