mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-23 09:48:39 +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:
|
Example usage:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<form action="<?= UriFactory::build('/{/lang}/api/path?csrf={$CSRF}')" ...>
|
<form action="<?= UriFactory::build('{/api}path?csrf={$CSRF}')" ...>
|
||||||
...
|
...
|
||||||
</form>
|
</form>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user