mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 12:28:41 +00:00
Fix api path
This commit is contained in:
parent
2e0d1af3f4
commit
bee2aaddce
|
|
@ -7,7 +7,7 @@ The tool to protect clients from CSRF is a randomly generated CSRF token, that c
|
|||
Example usage:
|
||||
|
||||
```html
|
||||
<form action="<?= UriFactory::build('/{/lang}/api/path?csrf={$CSRF}')" ...>
|
||||
<form action="<?= UriFactory::build('{/api}path?csrf={$CSRF}')" ...>
|
||||
...
|
||||
</form>
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user