Skip to content

Commit 0925d26

Browse files
dbekeshenkoixvmikhav
authored andcommitted
feat(example-frontend-part): remove space
1 parent f5769e0 commit 0925d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Or read the [inertia](https://inertiajs.com/server-side-rendering) documentation
118118
- ``` INERTIA_SSR_URL ``` - URL of the ssr server. By default http://127.0.0.1:13714.
119119
- ``` INERTIA_IS_SECURE ``` - If you are using http, set to false. By default true.
120120
- ``` INERTIA_SKIP_URL_PREFIX ``` - If you need to skip url, set to prefix. Prefixes should be specified as a string using the separator ``,``. By default empty string. Example ``` v1,api ```. All requests starting with this prefix will be skipped in inertia.
121-
- ``` INERTIA_NO_SKIP_EXTRA_PATH ``` When prefix exist in to ``` INERTIA_SKIP_URL_PREFIX ```, but an exception must be made for a separate path. The extra path should be specified as a string using the separator ``,``. By default empty string. Example ``` admin/login,admin/forgot ```.
121+
- ``` INERTIA_NO_SKIP_EXTRA_PATH ``` When prefix exist in to ``` INERTIA_SKIP_URL_PREFIX ```, but an exception must be made for a separate path. The extra path should be specified as a string using the separator ``,``. By default empty string. Example ``` admin/login,admin/forgot ```.
122122

123123
## Examples of frontend files
124124
In the package you can find example files for the frontend. vendor/onix-systems-php/hyperf-inertia/example There is also an example controller here.

0 commit comments

Comments
 (0)