Skip to content

Commit 6e7a7fe

Browse files
committed
update readme
1 parent fffdaaa commit 6e7a7fe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ Go to the defined route (default: wfcms/document) and edit your documents like i
5252

5353
### Api
5454

55-
Send a GET-request to the api route (default: api/v1/documents) with following headers and get your documents array as JSON.
56-
Headers:
57-
```
58-
Accept: application-json
59-
```
55+
Send a GET-request to the api route (default: api/v1/documents).
6056

6157
If you use translation you can append `lang` parameter to the api route to get the specified language. (eg. api/v1/documents?lang=de)
6258

@@ -66,7 +62,7 @@ You can edit many parts of the functionality. Just look at the published config
6662

6763
If you want to overwrite the default routes, please create a route file at `routes/webfactor/documents.php` and define your routes there.
6864

69-
To change the fallback language please see [spatie/laravel-translatable][link-spatie-laravel-translatable] for more information.
65+
For using translations check the installed version of [spatie/laravel-translatable][link-spatie-laravel-translatable] for more information.
7066

7167
## Change log
7268

0 commit comments

Comments
 (0)